chore: 🔧 increase workbox.maximumFileSizeToCacheInBytes to 18MB
This commit is contained in:
parent
e07fb03500
commit
420406f9a4
@ -10,7 +10,7 @@ export default defineConfig({
|
||||
registerType: "autoUpdate",
|
||||
includeAssets: ["favicon.ico", "apple-touch-icon.png"],
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 17000000,
|
||||
maximumFileSizeToCacheInBytes: 18000000,
|
||||
},
|
||||
manifest: {
|
||||
name: "Organizrr",
|
||||
|
Loading…
Reference in New Issue
Block a user