fix funny html bug

This commit is contained in:
2022-06-19 11:35:33 +02:00
parent a6542fbe60
commit 82e4d36b14
2 changed files with 18 additions and 12 deletions

2
sw.js
View File

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