forked from cadey/xesite
bump service worker version
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
14b65a2e16
commit
12355bf77f
|
@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
|
|||
event.waitUntil(preLoad());
|
||||
});
|
||||
|
||||
const cacheName = "cache-xesite-2.3.0-1";
|
||||
const cacheName = "cache-xesite-2.3.0-2";
|
||||
|
||||
var preLoad = function () {
|
||||
console.log('[PWA Builder] Install Event processing');
|
||||
|
|
Loading…
Reference in New Issue