aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-28 21:39:10 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-28 21:39:10 +0000
commit950a71c2308eb438967b30a72403f7df5a04596c (patch)
treef341fe19d9f946634b4d1b6f998ffc5bfbb9c129 /public/sw.js
parent1f22525ba62bdcf7f3a14e9baf4a0878373ea6d2 (diff)
downloadsubmelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.tar.gz
submelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.tar.bz2
submelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.zip
chore: autopublish 2023-01-28T21:39:10Z
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 cf119b3..3fe1e8d 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -30,11 +30,11 @@ self.__precacheManifest = [
"url": "framework-9d7199247c4ea55ff463.js"
},
{
- "url": "app-ab8ccc4e8dafa3ca248d.js"
+ "url": "app-0675f0cabfa273eb3d1d.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "30639c8a179a0e200a66be2f2302b993"
+ "revision": "b85e6d3f268d4fe349ef2d12704facd1"
},
{
"url": "webpack-runtime-6a26673e502124aa4f70.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-ab8ccc4e8dafa3ca248d.js`))) {
+ if (!resources || !(await caches.match(`/app-0675f0cabfa273eb3d1d.js`))) {
return await fetch(event.request)
}