diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 00a434047b19..aa2dcd0d5a29 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -160,14 +160,8 @@ const BUILD_CONFIG = { clientsClaim: true, cleanupOutdatedCaches: true, globIgnores: ["**/.*"], - globPatterns: [ - "index.html", - "404.html", - "email-handler.html", - "privacy-policy.html", - "security-policy.html", - "terms-of-service.html", - ], + globPatterns: [], + navigateFallback: "", runtimeCaching: [ { urlPattern: ({ request, url }) => {