aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-21 23:28:19 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-21 23:28:19 +0000
commit5eb011ca3378eb4e18592387178d4174fed2e0a8 (patch)
tree2e90e32fc4b4a363e1b6a470bd94d65826895190 /public/sw.js
parent651f019141b488a82fd42028bce5b0003abbfaf5 (diff)
downloadsubmelon.dev-5eb011ca3378eb4e18592387178d4174fed2e0a8.tar.gz
submelon.dev-5eb011ca3378eb4e18592387178d4174fed2e0a8.tar.bz2
submelon.dev-5eb011ca3378eb4e18592387178d4174fed2e0a8.zip
chore: autopublish 2022-11-21T23:28:19Z
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 a1e4d1a..a83f17f 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,14 +30,14 @@ self.__precacheManifest = [
"url": "framework-9d7199247c4ea55ff463.js"
},
{
- "url": "app-9d6eb0d64c1dfc1dc408.js"
+ "url": "app-a6fce4b4ca5f6bbe2810.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "a891777303774a337fe15ef1ac2bddd9"
+ "revision": "07a6e1c6049826c054d45d9af5550c31"
},
{
- "url": "webpack-runtime-016fc6d688e921254335.js"
+ "url": "webpack-runtime-19299a3e59d7ce66cdb5.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-9d6eb0d64c1dfc1dc408.js`))) {
+ if (!resources || !(await caches.match(`/app-a6fce4b4ca5f6bbe2810.js`))) {
return await fetch(event.request)
}