From c03d9816423a971b1e760f8cebff553cb60505d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Apr 2023 14:18:26 +0000 Subject: chore: autopublish 2023-04-01T14:18:26Z --- 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 c81108f..7a214ec 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-e5355906233299d95abe.js" }, { - "url": "app-712185ae92a5ca91d983.js" + "url": "app-b6cd734e60e18560c05a.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "1b16f39f207860431ea10bccf5c514be" + "revision": "8a9ca303f6748d3938eab063244bcf11" }, { "url": "webpack-runtime-0035785212b9368d7254.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-712185ae92a5ca91d983.js`))) { + if (!resources || !(await caches.match(`/app-b6cd734e60e18560c05a.js`))) { return await fetch(event.request) } -- cgit