diff options
| author | Christine Dodrill <me@christine.website> | 2021-09-08 17:55:01 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-09-08 17:55:01 -0400 |
| commit | b3118983bce437b76367833cde32751c1faaa1b6 (patch) | |
| tree | 69ffe0e4fc67847e54112d75bd62adeb0efe893b | |
| parent | 7043054b1f2aa0163f826be47bb2fb51312b0f62 (diff) | |
| download | xesite-b3118983bce437b76367833cde32751c1faaa1b6.tar.xz xesite-b3118983bce437b76367833cde32751c1faaa1b6.zip | |
try this?
Signed-off-by: Christine Dodrill <me@christine.website>
| -rwxr-xr-x | static/js/sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/sw.js b/static/js/sw.js index b946e64..a762f58 100755 --- a/static/js/sw.js +++ b/static/js/sw.js @@ -5,7 +5,7 @@ self.addEventListener('install', function (event) { event.waitUntil(preLoad());
});
-const cacheName = "cache-xesite-2.3.0";
+const cacheName = "cache-xesite-2.3.0-1";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');
|
