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