diff --git a/apps/stage-web/vite.config.ts b/apps/stage-web/vite.config.ts index e0f5741..fdb730f 100644 --- a/apps/stage-web/vite.config.ts +++ b/apps/stage-web/vite.config.ts @@ -126,6 +126,11 @@ export default defineConfig({ }, workbox: { maximumFileSizeToCacheInBytes: 64 * 1024 * 1024, + navigateFallbackDenylist: [ + /^\/docs\//, + /^\/remote-assets\//, + /^\/api\//, + ], }, })]),