fix(stage-web): bad PWA options

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
Neko Ayaka
2025-03-05 16:04:45 +08:00
parent b6a1fb7693
commit 581ca005e1
+5
View File
@@ -126,6 +126,11 @@ export default defineConfig({
},
workbox: {
maximumFileSizeToCacheInBytes: 64 * 1024 * 1024,
navigateFallbackDenylist: [
/^\/docs\//,
/^\/remote-assets\//,
/^\/api\//,
],
},
})]),