Skip to content

Commit

Permalink
higher number
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardus authored Aug 23, 2024
1 parent 4b4c6fc commit dc4635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig(() => ({
includeAssets: ['favicon.ico', 'apple-touch-icon-180x180.png'],
workbox: {
navigateFallbackDenylist: [/^\/api/],
maximumFileSizeToCacheInBytes: 5000000,
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024,
globPatterns: ['**/*.{js,css,html,woff,woff2,mp3}'],
},
manifest: {
Expand Down

0 comments on commit dc4635b

Please sign in to comment.