From 5eb011ca3378eb4e18592387178d4174fed2e0a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Nov 2022 23:28:19 +0000 Subject: chore: autopublish 2022-11-21T23:28:19Z --- public/sw.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/sw.js') diff --git a/public/sw.js b/public/sw.js index a1e4d1a..a83f17f 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,14 +30,14 @@ self.__precacheManifest = [ "url": "framework-9d7199247c4ea55ff463.js" }, { - "url": "app-9d6eb0d64c1dfc1dc408.js" + "url": "app-a6fce4b4ca5f6bbe2810.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "a891777303774a337fe15ef1ac2bddd9" + "revision": "07a6e1c6049826c054d45d9af5550c31" }, { - "url": "webpack-runtime-016fc6d688e921254335.js" + "url": "webpack-runtime-19299a3e59d7ce66cdb5.js" }, { "url": "manifest.webmanifest", @@ -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-9d6eb0d64c1dfc1dc408.js`))) { + if (!resources || !(await caches.match(`/app-a6fce4b4ca5f6bbe2810.js`))) { return await fetch(event.request) } -- cgit