diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 679e6e133..1ecc4d894 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -159,7 +159,7 @@ const BUILD_CONFIG = { clientsClaim: true, cleanupOutdatedCaches: true, globIgnores: ["**/.*"], - globPatterns: [], + globPatterns: ["index.html"], runtimeCaching: [ { urlPattern: ({ request, url }) => {