Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav committed Dec 20, 2023
1 parent b5707d0 commit 5ec87d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let CACHE_VERSION = 'v1'; // Initial cache version
const CACHE_NAME = `pwa-cache-${CACHE_VERSION}`;
const urlsToCache = ["/index.html", "/style.css", "/index.js", "defer.js", "/game.html", "/game.css", "/game.js"];
const urlsToCache = ["/index.html", "/style.css", "/index.js", "defer.js", "/game.html", "/game.css", "/game.js", "/radio/radio.json", "/radio/podcast.json"];

self.addEventListener("install", (event) => {
event.waitUntil(
Expand Down

0 comments on commit 5ec87d1

Please sign in to comment.