diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 8abd53a6f..0328e21fa 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -221,7 +221,7 @@ export default defineNuxtConfig({ navigateFallback: "/", navigateFallbackAllowlist: [/^(?!\/api|\/docs)/], globPatterns: ["**/*.{js,css,html,png,svg,ico}"], - globIgnores: ["404.html", "200.html"], + globIgnores: ["404.html", "200.html", "index.html"], cleanupOutdatedCaches: true, skipWaiting: true, clientsClaim: true,