Skip to content

Commit

Permalink
Increase maximumFileSizeToCacheInBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 25, 2024
1 parent 1ba4d48 commit e042601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default defineConfig({
globPatterns: ["**/*.{js,css,html,svg,png,ico}"],
cleanupOutdatedCaches: true,
clientsClaim: true,
maximumFileSizeToCacheInBytes: 3145728, // 3MB
},
devOptions: {
enabled: false,
Expand Down

0 comments on commit e042601

Please sign in to comment.