200620001729

This commit is contained in:
thuhole
2020-06-19 16:17:31 +00:00
parent 0ebcb63e27
commit f95bf348da
11 changed files with 42 additions and 42 deletions

View File

@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"//cdn.jsdelivr.net/gh/thuhole/webhole@gh-pages/precache-manifest.7501062a9e1223f259e672b09c64909a.js"
"./precache-manifest.c2328951b9e14ea9388cf4c0ac437c10.js"
);
self.addEventListener('message', (event) => {
@@ -33,7 +33,7 @@ workbox.core.clientsClaim();
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("//cdn.jsdelivr.net/gh/thuhole/webhole@gh-pages/index.html"), {
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), {
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
});