aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-22 13:37:32 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-22 13:37:32 +0000
commitbdc6e5b4bc0170e6c83bd49555a43eb5f370a32b (patch)
treed08a09679f267b341584a7efb051ce2a1f51c16d /public/sw.js
parent34e861c0b8be72a9d7022193dc0358260d9bc01d (diff)
downloadsubmelon.dev-bdc6e5b4bc0170e6c83bd49555a43eb5f370a32b.tar.gz
submelon.dev-bdc6e5b4bc0170e6c83bd49555a43eb5f370a32b.tar.bz2
submelon.dev-bdc6e5b4bc0170e6c83bd49555a43eb5f370a32b.zip
chore: autopublish 2023-07-22T13:37:32Z
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)
}