Skip to content

Commit

Permalink
fixed file path
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 26, 2024
1 parent 9e6e247 commit 527ca9b
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,5 +1,5 @@
const cacheName = "offline-cache-v1";
const cacheUrls = ["index.html","index.js","manifest.json","sw.js","index.css","node_modules\\dexie\\","pages\\", "teams.css", "aboutus.html", "teamdetails.html", "teamdetails.js"];
const cacheUrls = ["index.html","index.js","manifest.json","sw.js","index.css","node_modules\\dexie\\","pages\\","pages/teams.css","pages/aboutus.html","pages/teamdetails.html","pages/teamdetails.js"];

// Installing the Service Worker
self.addEventListener("install", async (event) => {
Expand Down

0 comments on commit 527ca9b

Please sign in to comment.