Skip to content

Commit

Permalink
fix: increase max cache filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Sep 21, 2024
1 parent 53acba6 commit df9220e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export default defineConfig({
},
],
},
workbox: {
maximumFileSizeToCacheInBytes: 3600000, // 3.6MB
},
}),
],
resolve: {
Expand Down

0 comments on commit df9220e

Please sign in to comment.