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 7a214ec..077848c 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-e5355906233299d95abe.js"
},
{
- "url": "app-b6cd734e60e18560c05a.js"
+ "url": "app-195c3df6a582a26f018b.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "8a9ca303f6748d3938eab063244bcf11"
+ "revision": "645f4feddf20349cc290e94217cab80f"
},
{
"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-b6cd734e60e18560c05a.js`))) {
+ if (!resources || !(await caches.match(`/app-195c3df6a582a26f018b.js`))) {
return await fetch(event.request)
}