aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-26 12:53:41 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-26 12:53:41 +0000
commit7ad77bebefe609e6ff79a93dab44ee865af68dec (patch)
treeb0ee37630f67e32d464c6d04abad43b189197063 /public/sw.js
parent67b2177758149b1548cd38a4c013c70fa9733327 (diff)
downloadsubmelon.dev-7ad77bebefe609e6ff79a93dab44ee865af68dec.tar.gz
submelon.dev-7ad77bebefe609e6ff79a93dab44ee865af68dec.tar.bz2
submelon.dev-7ad77bebefe609e6ff79a93dab44ee865af68dec.zip
chore: autopublish 2023-08-26T12:53:41Z
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 e3e2c2c..ebd2d65 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-d428d0ddc925cd3f37ed.js"
},
{
- "url": "app-951aa98cfefc6ffa19cb.js"
+ "url": "app-18f59d5772fd9b73905a.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "71721d65fb4d018ad350d3af66318c05"
+ "revision": "bafb7802309b472f9ced4a0664076bd6"
},
{
"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-951aa98cfefc6ffa19cb.js`))) {
+ if (!resources || !(await caches.match(`/app-18f59d5772fd9b73905a.js`))) {
return await fetch(event.request)
}