aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-27 11:43:35 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-27 11:43:35 +0000
commitfbd39129ade5c8bc6d0ba29138a615004e30a994 (patch)
tree94ee82e8654fa3ee58dc140d6ea9c84e65c4c8f5 /public/sw.js
parentebb481356acff3355f52863d15aebf4645f2ab54 (diff)
downloadsubmelon.dev-fbd39129ade5c8bc6d0ba29138a615004e30a994.tar.gz
submelon.dev-fbd39129ade5c8bc6d0ba29138a615004e30a994.tar.bz2
submelon.dev-fbd39129ade5c8bc6d0ba29138a615004e30a994.zip
chore: autopublish 2023-05-27T11:43:35Z
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 cb0b0f1..9ca0135 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-d428d0ddc925cd3f37ed.js"
},
{
- "url": "app-b001eaf6c4aea3680033.js"
+ "url": "app-25a4415cb264cacf65c0.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "0e8c556663de3e16e50bf46be8895103"
+ "revision": "d7b761bcef3467cf28ed2e713f819cba"
},
{
"url": "webpack-runtime-35d8c1a6af96b929bd9e.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-b001eaf6c4aea3680033.js`))) {
+ if (!resources || !(await caches.match(`/app-25a4415cb264cacf65c0.js`))) {
return await fetch(event.request)
}