This commit is contained in:
Renan LE CARO 2025-03-14 20:12:02 +01:00
parent cdfe6a4978
commit 934670b2a7
11 changed files with 84 additions and 3 deletions

4
src/sw_loader.ts Normal file
View file

@ -0,0 +1,4 @@
if ("serviceWorker" in navigator &&
window.location.search.includes("isPWA=true")) {
navigator.serviceWorker.register("sw-b71.js");
}