diff options
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/service-worker.js | 3 |
1 files changed, 1 insertions, 2 deletions
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", |