diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-09-16 12:26:24 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-09-16 12:26:24 +0000 |
| commit | 8374cdcf3099eedb4da544fc5dfd2379f9c554a2 (patch) | |
| tree | 193c58df78cf2cfaf6035b7e6860b1c0c31c25ee /public/sw.js | |
| parent | e610a4093434f1bacf2dd7b9282597093d29cc3b (diff) | |
| download | submelon.dev-8374cdcf3099eedb4da544fc5dfd2379f9c554a2.tar.gz submelon.dev-8374cdcf3099eedb4da544fc5dfd2379f9c554a2.tar.bz2 submelon.dev-8374cdcf3099eedb4da544fc5dfd2379f9c554a2.zip | |
chore: autopublish 2023-09-16T12:26:24Z
Diffstat (limited to 'public/sw.js')
| -rw-r--r-- | public/sw.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/sw.js b/public/sw.js index ebd2d65..a585e83 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-18f59d5772fd9b73905a.js" + "url": "app-47861e59d3f419dbdbf2.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "bafb7802309b472f9ced4a0664076bd6" + "revision": "96c9cbc817f83471be01a154ac3d2d86" }, { "url": "webpack-runtime-9c3b6dd2206fd693f807.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-18f59d5772fd9b73905a.js`))) { + if (!resources || !(await caches.match(`/app-47861e59d3f419dbdbf2.js`))) { return await fetch(event.request) } |
