This commit is contained in:
remi 2022-06-25 11:50:01 +02:00
parent 38376225c8
commit b6b3655142

2
sw.js
View File

@ -1,4 +1,4 @@
const currentVersion = '28402'; const currentVersion = '23628';
const addResourcesToCache = async (resources) => { const addResourcesToCache = async (resources) => {
const cache = await caches.open(currentVersion); const cache = await caches.open(currentVersion);