fix(stage-web): bad PWA options
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
@@ -126,6 +126,11 @@ export default defineConfig({
|
||||
},
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 64 * 1024 * 1024,
|
||||
navigateFallbackDenylist: [
|
||||
/^\/docs\//,
|
||||
/^\/remote-assets\//,
|
||||
/^\/api\//,
|
||||
],
|
||||
},
|
||||
})]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user