aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-18 16:18:02 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-18 16:18:02 +0000
commitb0efa7ec736cd9913ae0ab7fff7f5770fdcb71c9 (patch)
tree80a88880a5d2ed14b1356359ae0bb984336d1802 /public/sw.js
parentf8e81b1031cb5074ed80c9e68998d0f27d730e57 (diff)
downloadsubmelon.dev-b0efa7ec736cd9913ae0ab7fff7f5770fdcb71c9.tar.gz
submelon.dev-b0efa7ec736cd9913ae0ab7fff7f5770fdcb71c9.tar.bz2
submelon.dev-b0efa7ec736cd9913ae0ab7fff7f5770fdcb71c9.zip
chore: autopublish 2023-11-18T16:18:02Z
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 10f15a2..63bc617 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-d428d0ddc925cd3f37ed.js"
},
{
- "url": "app-c1d0172a59263dfbf263.js"
+ "url": "app-930967ee013e119175dc.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "9932599761abc8c1fb9f02f3c29bc15b"
+ "revision": "d69efd8beac4e0711286964a9accc20f"
},
{
"url": "webpack-runtime-51aeee9fae7a9d87101c.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-c1d0172a59263dfbf263.js`))) {
+ if (!resources || !(await caches.match(`/app-930967ee013e119175dc.js`))) {
return await fetch(event.request)
}