From 8a3dde5720df71915f02c432cfe288c6f59f07ca Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 15 Jan 2022 21:00:11 +0100 Subject: [PATCH] cache name --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index 8a38db25a..eb6a3a02f 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache"; +const staticCacheName = "sw-cache-2022-1-15-21-00-09"; caches.keys().then(function (names) { for (let name of names) {