diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-07-08 16:02:55 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-07-08 16:02:55 +0000 |
| commit | 238aa731b909fd740c4a434acb56ef3d441c0392 (patch) | |
| tree | 2ee45d5d6431380573e2d9b04f1daefbca3bab5c /public/sw.js | |
| parent | 064e5e8805280be7bc990b79fc75920f5203fb57 (diff) | |
| download | submelon.dev-238aa731b909fd740c4a434acb56ef3d441c0392.tar.gz submelon.dev-238aa731b909fd740c4a434acb56ef3d441c0392.tar.bz2 submelon.dev-238aa731b909fd740c4a434acb56ef3d441c0392.zip | |
chore: autopublish 2023-07-08T16:02:55Z
Diffstat (limited to 'public/sw.js')
| -rw-r--r-- | public/sw.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/sw.js b/public/sw.js index 5b903cc..ae7727f 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,14 +30,14 @@ self.__precacheManifest = [ "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-25a4415cb264cacf65c0.js" + "url": "app-f4301e97162c732496d0.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "b4d801c892bdfbaf359259df7b5c2da8" + "revision": "66bb30ddafe58f44bc6d365647e91344" }, { - "url": "webpack-runtime-4f29874bd7b1a7752c28.js" + "url": "webpack-runtime-c256ae552c0ea2a39ac8.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-25a4415cb264cacf65c0.js`))) { + if (!resources || !(await caches.match(`/app-f4301e97162c732496d0.js`))) { return await fetch(event.request) } |
