aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-11 16:15:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-11 16:15:51 +0000
commit6d18b4e208bc112db928585fe646bf5b42a6fd93 (patch)
treefbde9ca1256e5ce0705112f0e0a38a439e74ca48 /public/sw.js
parentc0b36c74a9669efc19b08c8d420ec6a673fb9a1e (diff)
downloadsubmelon.dev-6d18b4e208bc112db928585fe646bf5b42a6fd93.tar.gz
submelon.dev-6d18b4e208bc112db928585fe646bf5b42a6fd93.tar.bz2
submelon.dev-6d18b4e208bc112db928585fe646bf5b42a6fd93.zip
chore: autopublish 2023-02-11T16:15:51Z
Diffstat (limited to 'public/sw.js')
-rw-r--r--public/sw.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/sw.js b/public/sw.js
index 6c0da87..cb4f756 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -27,17 +27,17 @@ workbox.core.clientsClaim();
*/
self.__precacheManifest = [
{
- "url": "framework-9d7199247c4ea55ff463.js"
+ "url": "framework-e5355906233299d95abe.js"
},
{
- "url": "app-0675f0cabfa273eb3d1d.js"
+ "url": "app-712185ae92a5ca91d983.js"
},
{
"url": "offline-plugin-app-shell-fallback/index.html",
- "revision": "6be83ccd57e5a1f9d13b30ddc0ebf31b"
+ "revision": "d053a064b17ed52561be829feb277ee2"
},
{
- "url": "webpack-runtime-07215094817ebf51a34a.js"
+ "url": "webpack-runtime-29effcebd4fe3b9c9bde.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-0675f0cabfa273eb3d1d.js`))) {
+ if (!resources || !(await caches.match(`/app-712185ae92a5ca91d983.js`))) {
return await fetch(event.request)
}