forked from cadey/xesite
try this?
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
7043054b1f
commit
b3118983bc
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue