mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-08 12:07:27 +08:00
Merge branch 'traccar:master' into master
This commit is contained in:
commit
4615e2ab41
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user