Skip to content

Commit

Permalink
fix(stage-web): bad PWA options
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
  • Loading branch information
nekomeowww committed Mar 5, 2025
1 parent b6a1fb7 commit 581ca00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/stage-web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ export default defineConfig({
},
workbox: {
maximumFileSizeToCacheInBytes: 64 * 1024 * 1024,
navigateFallbackDenylist: [
/^\/docs\//,
/^\/remote-assets\//,
/^\/api\//,
],
},
})]),

Expand Down

0 comments on commit 581ca00

Please sign in to comment.