From bdc6e5b4bc0170e6c83bd49555a43eb5f370a32b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Jul 2023 13:37:32 +0000 Subject: chore: autopublish 2023-07-22T13:37:32Z --- public/sw.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/sw.js') diff --git a/public/sw.js b/public/sw.js index 321a569..37c4eb5 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-71ce8fe4dfe6eab1ffb5.js" + "url": "app-c0f5d1e785deb54fc185.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "6b99c6f71c04bd5729c2e4e06bb65e52" + "revision": "0c1b3a6472ecfec63dcabc9f8ddc9e32" }, { "url": "webpack-runtime-9c3b6dd2206fd693f807.js" @@ -151,7 +151,7 @@ const navigationRoute = new NavigationRoute(async ({ event }) => { // Check for resources + the app bundle // The latter may not exist if the SW is updating to a new version const resources = await idbKeyval.get(`resources:${pathname}`) - if (!resources || !(await caches.match(`/app-71ce8fe4dfe6eab1ffb5.js`))) { + if (!resources || !(await caches.match(`/app-c0f5d1e785deb54fc185.js`))) { return await fetch(event.request) } -- cgit