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 321a569..37c4eb5 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-d428d0ddc925cd3f37ed.js"
},
{
- "url": "app-71ce8fe4dfe6eab1ffb5.js"
+ "url": "app-c0f5d1e785deb54fc185.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "6b99c6f71c04bd5729c2e4e06bb65e52"
+ "revision": "0c1b3a6472ecfec63dcabc9f8ddc9e32"
},
{
"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-71ce8fe4dfe6eab1ffb5.js`))) {
+ if (!resources || !(await caches.match(`/app-c0f5d1e785deb54fc185.js`))) {
return await fetch(event.request)
}