This commit is contained in:
Renan LE CARO 2025-03-19 14:10:24 +01:00
parent 708c9bda1c
commit 2fdb74a433
8 changed files with 10 additions and 7559 deletions

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29039826";
const VERSION = "29039830";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1,6 +1,6 @@
if (
"serviceWorker" in navigator &&
window.location.search.includes("isPWA=true")
"serviceWorker" in navigator
// && window.location.search.includes("isPWA=true")
) {
// @ts-ignore
navigator.serviceWorker.register(new URL("sw-b71.js", import.meta.url));

View file

@ -1 +1 @@
"29039826"
"29039830"