aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-12 14:10:22 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-12 14:10:22 +0000
commit2c1ed75f6d42bd116de5aa9616ff460e0443bb4e (patch)
tree66fbee1a173489dfaa3dd17f5098092b0100475e /public/sw.js
parent95d1868d9e82171dc03be837a268940af729bc1c (diff)
downloadsubmelon.dev-2c1ed75f6d42bd116de5aa9616ff460e0443bb4e.tar.gz
submelon.dev-2c1ed75f6d42bd116de5aa9616ff460e0443bb4e.tar.bz2
submelon.dev-2c1ed75f6d42bd116de5aa9616ff460e0443bb4e.zip
chore: autopublish 2022-12-12T14:10:22Z
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 5eb303b..1b34728 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-9d7199247c4ea55ff463.js"
},
{
- "url": "app-a6fce4b4ca5f6bbe2810.js"
+ "url": "app-ab8ccc4e8dafa3ca248d.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "66901b086d760b0cbf1004152429d801"
+ "revision": "de32574c31487f3dca5121fc6853723a"
},
{
"url": "webpack-runtime-b0f88c15645fa04a1c3a.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-a6fce4b4ca5f6bbe2810.js`))) {
+ if (!resources || !(await caches.match(`/app-ab8ccc4e8dafa3ca248d.js`))) {
return await fetch(event.request)
}