From e92143fd055b9db1a8932f2c4d0b81172b19ef00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:45:12 +0300 Subject: [PATCH] =?UTF-8?q?Vite=20ayar=C4=B1=20urlPattern=20deki=20html=20?= =?UTF-8?q?kald=C4=B1r=C4=B1ld=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/vite.config.ts b/ui/vite.config.ts index 464f3032..e2266361 100644 --- a/ui/vite.config.ts +++ b/ui/vite.config.ts @@ -49,7 +49,7 @@ export default defineConfig(async ({ mode }) => { mode === 'production' ? [ { - urlPattern: /\.(?:js|css|html|json)$/, + urlPattern: /\.(?:js|css|json)$/, handler: 'NetworkFirst', options: { cacheName: 'static-resources',