aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-04 13:55:03 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-04 13:55:03 +0000
commitc02e0b10e5a89f9b31fe050fddab805670f84b91 (patch)
treef14cf71daafae769a41c2411c849622fe8c60930 /public/sw.js
parent3142b477b557013d01f92365ac1fc4c79843820f (diff)
downloadsubmelon.dev-c02e0b10e5a89f9b31fe050fddab805670f84b91.tar.gz
submelon.dev-c02e0b10e5a89f9b31fe050fddab805670f84b91.tar.bz2
submelon.dev-c02e0b10e5a89f9b31fe050fddab805670f84b91.zip
chore: autopublish 2023-11-04T13:55:03Z
Diffstat (limited to 'public/sw.js')
-rw-r--r--public/sw.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/sw.js b/public/sw.js
index 0dea4e3..10f15a2 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,14 +30,14 @@ self.__precacheManifest = [
"url": "framework-d428d0ddc925cd3f37ed.js"
},
{
- "url": "app-c9bcda2486a7dc4d34ef.js"
+ "url": "app-c1d0172a59263dfbf263.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "87bbe11af448300cf195322cbb3a43a0"
+ "revision": "9932599761abc8c1fb9f02f3c29bc15b"
},
{
- "url": "webpack-runtime-9ac150044cfc66f3fbd2.js"
+ "url": "webpack-runtime-51aeee9fae7a9d87101c.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-c9bcda2486a7dc4d34ef.js`))) {
+ if (!resources || !(await caches.match(`/app-c1d0172a59263dfbf263.js`))) {
return await fetch(event.request)
}