Skip to content

Commit

Permalink
Update SW.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devTarak committed Sep 23, 2023
1 parent a2e4752 commit 8ddaeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SW.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
self.addEventListener("install", e => {
e.waitUntil(
caches.open("static").then(cache => {
return cache.addAll(["./", "./css/styles.css", "./img/favicon192.png", "./app/script.js"]);
return cache.addAll(["./", "./css/styles.css", "./img/favicon192.png", "./app/script.js", "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"]);
})
);
});
Expand Down

0 comments on commit 8ddaeaa

Please sign in to comment.