diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-20 12:02:11 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-20 12:02:11 +0000 |
| commit | b00ad8b89354ad9ae1bf96d9c8ef4b392b1d11b7 (patch) | |
| tree | dbd094127eeb93af87d9e63f0d8805b202d779db /public/sw.js | |
| parent | 26b7ede904077b6c2a694e3b82f44c460adca1c0 (diff) | |
| download | submelon.dev-b00ad8b89354ad9ae1bf96d9c8ef4b392b1d11b7.tar.gz submelon.dev-b00ad8b89354ad9ae1bf96d9c8ef4b392b1d11b7.tar.bz2 submelon.dev-b00ad8b89354ad9ae1bf96d9c8ef4b392b1d11b7.zip | |
chore: autopublish 2023-05-20T12:02:11Z
Diffstat (limited to 'public/sw.js')
| -rw-r--r-- | public/sw.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/sw.js b/public/sw.js index 810dbb4..cb0b0f1 100644 --- a/public/sw.js +++ b/public/sw.js @@ -27,17 +27,17 @@ workbox.core.clientsClaim(); */ self.__precacheManifest = [ { - "url": "framework-e5355906233299d95abe.js" + "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-5326f753311735f0d3c9.js" + "url": "app-b001eaf6c4aea3680033.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "2a4ac3ff1f67076277609f0b13604f44" + "revision": "0e8c556663de3e16e50bf46be8895103" }, { - "url": "webpack-runtime-0035785212b9368d7254.js" + "url": "webpack-runtime-35d8c1a6af96b929bd9e.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-5326f753311735f0d3c9.js`))) { + if (!resources || !(await caches.match(`/app-b001eaf6c4aea3680033.js`))) { return await fetch(event.request) } |
