From f1c620ee5164a2de503cf7f5562ab5cc925240cf Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 22 Feb 2024 16:26:18 +0100 Subject: [PATCH] chore: include index --- frontend/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => {