mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-09 04:37:33 +08:00
maximumFileSizeToCacheInBytes to 5Mb
This commit is contained in:
parent
37c2d32b7b
commit
4b4c6fc44c
@ -22,7 +22,7 @@ export default defineConfig(() => ({
|
||||
includeAssets: ['favicon.ico', 'apple-touch-icon-180x180.png'],
|
||||
workbox: {
|
||||
navigateFallbackDenylist: [/^\/api/],
|
||||
maximumFileSizeToCacheInBytes: 4000000,
|
||||
maximumFileSizeToCacheInBytes: 5000000,
|
||||
globPatterns: ['**/*.{js,css,html,woff,woff2,mp3}'],
|
||||
},
|
||||
manifest: {
|
||||
|
Loading…
Reference in New Issue
Block a user