From b61e8b569138b569bb4230d9be49f00162ab06f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Oct 2023 14:14:08 +0000 Subject: chore: autopublish 2023-10-21T14:14:08Z --- 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 1e7fdf1..0dea4e3 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-47861e59d3f419dbdbf2.js" + "url": "app-c9bcda2486a7dc4d34ef.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "41517cef5f63e560a06917325bb5b566" + "revision": "87bbe11af448300cf195322cbb3a43a0" }, { "url": "webpack-runtime-9ac150044cfc66f3fbd2.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-47861e59d3f419dbdbf2.js`))) { + if (!resources || !(await caches.match(`/app-c9bcda2486a7dc4d34ef.js`))) { return await fetch(event.request) } -- cgit