Skip to content

Commit

Permalink
fix(stage-web): increase maximum file size to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH committed Feb 28, 2025
1 parent 597a38a commit d1b4b0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/stage-web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ export default defineConfig({
},
],
},
workbox: {
maximumFileSizeToCacheInBytes: 64 * 1024 * 1024,
},
})]),

// https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n
Expand Down

0 comments on commit d1b4b0a

Please sign in to comment.