From 8374cdcf3099eedb4da544fc5dfd2379f9c554a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Sep 2023 12:26:24 +0000 Subject: chore: autopublish 2023-09-16T12:26:24Z --- 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 ebd2d65..a585e83 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-18f59d5772fd9b73905a.js" + "url": "app-47861e59d3f419dbdbf2.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "bafb7802309b472f9ced4a0664076bd6" + "revision": "96c9cbc817f83471be01a154ac3d2d86" }, { "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-18f59d5772fd9b73905a.js`))) { + if (!resources || !(await caches.match(`/app-47861e59d3f419dbdbf2.js`))) { return await fetch(event.request) } -- cgit