This commit is contained in:
Przemek Wiech
2020-03-05 21:57:15 +01:00
parent 77c27a3336
commit 07fee71059
13 changed files with 26 additions and 26 deletions

View File

@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"./precache-manifest.e0e61a5aa8734aaf2872fd88644b34a4.js"
"./precache-manifest.12d43479b068953c0107f1807217a980.js"
);
self.addEventListener('message', (event) => {
@@ -35,5 +35,5 @@ workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), {
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/],
blacklist: [/^\/_/,/\/[^/]+\.[^/]+$/],
});