From da83675b2c979abcd97dbf8536d993759a08799c Mon Sep 17 00:00:00 2001
From: Dmitry Rubtsov <me@mazy.wtf>
Date: Sun, 8 Dec 2024 18:24:40 +0600
Subject: [PATCH] exclude index.html from service worker

---
 ui/ngsw-config.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/ngsw-config.json b/ui/ngsw-config.json
index f8bf210..6fa40bf 100644
--- a/ui/ngsw-config.json
+++ b/ui/ngsw-config.json
@@ -8,7 +8,6 @@
       "resources": {
         "files": [
           "/favicon.ico",
-          "/index.html",
           "/manifest.webmanifest",
           "/*.css",
           "/*.js"