diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-04-29 12:27:54 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-04-29 12:27:54 +0000 |
| commit | 7849ec52e68a291dd49b1b346352833155ae6ee9 (patch) | |
| tree | 719ae148649d5ed370cd930c07f52200fec36f89 /public/sw.js | |
| parent | 3bf4b5415e44b5a675be546fc842a53c33a70426 (diff) | |
| download | submelon.dev-7849ec52e68a291dd49b1b346352833155ae6ee9.tar.gz submelon.dev-7849ec52e68a291dd49b1b346352833155ae6ee9.tar.bz2 submelon.dev-7849ec52e68a291dd49b1b346352833155ae6ee9.zip | |
chore: autopublish 2023-04-29T12:27:54Z
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 7a214ec..077848c 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-e5355906233299d95abe.js" }, { - "url": "app-b6cd734e60e18560c05a.js" + "url": "app-195c3df6a582a26f018b.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "8a9ca303f6748d3938eab063244bcf11" + "revision": "645f4feddf20349cc290e94217cab80f" }, { "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-b6cd734e60e18560c05a.js`))) { + if (!resources || !(await caches.match(`/app-195c3df6a582a26f018b.js`))) { return await fetch(event.request) } |
