Skip to content

Commit

Permalink
Do not cache /
Browse files Browse the repository at this point in the history
  • Loading branch information
atotic committed Feb 5, 2024
1 parent 4424850 commit a973a98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ let CACHE_NAME = 'v1';
let SW_VERSION = `SW_${String.fromCharCode(Math.round(65+Math.random()*26))} ${CACHE_NAME}`;

let PRE_CACHED_RESOURCES = [
"./",
"index.html",
"playing_card.css",
"pokerEngine.js",
Expand Down

0 comments on commit a973a98

Please sign in to comment.