This commit is contained in:
2022-06-12 00:33:34 +02:00
parent 19b1c73dca
commit 132e49b589
2 changed files with 5 additions and 3 deletions

2
sw.js
View File

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