chore: Remove comment above navigateFallback

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MFEkSRxru893RrtGQXbY6j
This commit is contained in:
Claude
2026-07-18 04:15:19 +00:00
parent 64715f3ba3
commit 033292429a
-7
View File
@@ -53,13 +53,6 @@ export default () =>
workbox: {
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024,
globPatterns: ["**/*.{js,css,ico,png,svg}"],
// The HTML document is rendered per-request by the server (it injects
// a unique CSP nonce and the runtime env), so there is no static shell
// to precache and nothing for a `navigateFallback` URL to point at.
// Disable the built-in navigation fallback so it does not compete with
// the network-first navigation route defined in `runtimeCaching`,
// which keeps a copy of the last rendered shell so that the precached
// JS/CSS can boot when offline.
navigateFallback: null,
modifyURLPrefix: {
"": `${environment.CDN_URL ?? ""}/static/`,