diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-13 13:03:43 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-13 13:03:43 +0000 |
| commit | 7cd136478c1cfef4bd050d166f2a529917e62475 (patch) | |
| tree | 8d7b112e9d6b69b7ac90cb6a1ac17307b03d00c0 /public/sw.js | |
| parent | c959172ba5fa44e8e609c79ee5cdd73a10873f80 (diff) | |
| download | submelon.dev-7cd136478c1cfef4bd050d166f2a529917e62475.tar.gz submelon.dev-7cd136478c1cfef4bd050d166f2a529917e62475.tar.bz2 submelon.dev-7cd136478c1cfef4bd050d166f2a529917e62475.zip | |
chore: autopublish 2023-05-13T13:03:43Z
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 946a603..810dbb4 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-e5355906233299d95abe.js" }, { - "url": "app-195c3df6a582a26f018b.js" + "url": "app-5326f753311735f0d3c9.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "739bf78d9c279b27e46215e2cf357779" + "revision": "2a4ac3ff1f67076277609f0b13604f44" }, { "url": "webpack-runtime-0035785212b9368d7254.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-195c3df6a582a26f018b.js`))) { + if (!resources || !(await caches.match(`/app-5326f753311735f0d3c9.js`))) { return await fetch(event.request) } |
