diff --git a/sw.js b/sw.js index ff6c5fa..74db61d 100644 --- a/sw.js +++ b/sw.js @@ -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) => {