aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/sw.js')
-rw-r--r--public/sw.js6
1 files changed, 3 insertions, 3 deletions
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)
}