aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-08 19:11:14 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-08 19:11:14 +0000
commitf034a3fce16a5f40fc3db3efa84536f017aaebc2 (patch)
tree8f7439c183bffad0d4960ca64ecda392c4d73c01 /public/sw.js
parenta756d7d703a74db247b384a3d7a1f228d1be4ceb (diff)
downloadsubmelon.dev-f034a3fce16a5f40fc3db3efa84536f017aaebc2.tar.gz
submelon.dev-f034a3fce16a5f40fc3db3efa84536f017aaebc2.tar.bz2
submelon.dev-f034a3fce16a5f40fc3db3efa84536f017aaebc2.zip
chore: autopublish 2023-07-08T19:11:14Z
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 ae7727f..f07d829 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,14 +30,14 @@ self.__precacheManifest = [
"url": "framework-d428d0ddc925cd3f37ed.js"
},
{
- "url": "app-f4301e97162c732496d0.js"
+ "url": "app-71ce8fe4dfe6eab1ffb5.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "66bb30ddafe58f44bc6d365647e91344"
+ "revision": "026578bf02e5cfb71dcc04d0a9fa0881"
},
{
- "url": "webpack-runtime-c256ae552c0ea2a39ac8.js"
+ "url": "webpack-runtime-2b7b953b7aa3a67e0339.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-f4301e97162c732496d0.js`))) {
+ if (!resources || !(await caches.match(`/app-71ce8fe4dfe6eab1ffb5.js`))) {
return await fetch(event.request)
}