design changes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
||||
|
||||
importScripts(
|
||||
"/adobeassignment/precache-manifest.a1eff7c3eda0ad39e05a26a7d9d5efd6.js"
|
||||
"/eComDemo/precache-manifest.219cf52203060faf0ffb6a0bfd96b97b.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("/adobeassignment/index.html"), {
|
||||
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/eComDemo/index.html"), {
|
||||
|
||||
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user