Skip to content

Commit

Permalink
🔧 perf: increase maximum file size to cache in injectManifest configu…
Browse files Browse the repository at this point in the history
…ration (main)
  • Loading branch information
vaayne committed Feb 8, 2025
1 parent 49eed8e commit edefbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
],
strategies: "injectManifest",
injectManifest: {
maximumFileSizeToCacheInBytes: 3000000
maximumFileSizeToCacheInBytes: 5000000
},
srcDir: "src",
filename: "sw.js",
Expand Down

0 comments on commit edefbf5

Please sign in to comment.