From a00ba0106f4fe3a17ed39e574e3be89d3d3cc560 Mon Sep 17 00:00:00 2001 From: altaf-creator <64111012+altaf-creator@users.noreply.github.com> Date: Thu, 4 May 2023 19:24:33 +0700 Subject: PWA Update - attempt 2 --- src/scripts/service-worker.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/scripts') diff --git a/src/scripts/service-worker.js b/src/scripts/service-worker.js index 30b921b..7b34e7b 100644 --- a/src/scripts/service-worker.js +++ b/src/scripts/service-worker.js @@ -1,12 +1,11 @@ const staticQuran = "quran-all"; const assets = [ - "/", "/index.html", "/src/index.html", "/src/sura.html", "/src/attribution.html", "/src/styles/style.css", - "/src/styles/css/all.css", + "/src/styles/css/fontawesome.css", "/src/styles/css/brands.css", "/src/styles/css/solid.css", "/src/styles/webfonts/fa-brands-400.ttf", -- cgit v1.2.3