From 420406f9a4df7407bdc30e3ebdadb651b537a1e4 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 7 Apr 2025 18:27:31 +0200 Subject: [PATCH] chore: :wrench: increase workbox.maximumFileSizeToCacheInBytes to 18MB --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 710cefd..33531e6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,7 +10,7 @@ export default defineConfig({ registerType: "autoUpdate", includeAssets: ["favicon.ico", "apple-touch-icon.png"], workbox: { - maximumFileSizeToCacheInBytes: 17000000, + maximumFileSizeToCacheInBytes: 18000000, }, manifest: { name: "Organizrr",