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