diff --git a/vite.config.ts b/vite.config.ts index 59bdf62..e64a594 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -76,6 +76,7 @@ export default defineConfig({ cleanupOutdatedCaches: true, clientsClaim: true, skipWaiting: true, + maximumFileSizeToCacheInBytes: 100 * 1024 * 1024, // 100 MB }, }), // basicSsl(),