diff options
author | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 19:24:33 +0700 |
---|---|---|
committer | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 19:24:33 +0700 |
commit | a00ba0106f4fe3a17ed39e574e3be89d3d3cc560 (patch) | |
tree | 5c039c59580575012ad527430c5818d0ac0bb47f | |
parent | 1651ce848ac03ee867473d361c200ea863aef83f (diff) |
PWA Update - attempt 2
-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", |