diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-08-12 13:06:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-08-12 13:06:05 +0000 |
| commit | 46b5629f90d2de580bb08089d3b1f3fed86f46b3 (patch) | |
| tree | d041cd20c1d58dfa584bfd1c6dd8e4b8e8d1e991 /public/sw.js | |
| parent | aee60870405e0df3e3bb48accc21f1b2f0c9eaeb (diff) | |
| download | submelon.dev-46b5629f90d2de580bb08089d3b1f3fed86f46b3.tar.gz submelon.dev-46b5629f90d2de580bb08089d3b1f3fed86f46b3.tar.bz2 submelon.dev-46b5629f90d2de580bb08089d3b1f3fed86f46b3.zip | |
chore: autopublish 2023-08-12T13:06:05Z
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 37c4eb5..e3e2c2c 100644 --- a/public/sw.js +++ b/public/sw.js @@ -30,11 +30,11 @@ self.__precacheManifest = [ "url": "framework-d428d0ddc925cd3f37ed.js" }, { - "url": "app-c0f5d1e785deb54fc185.js" + "url": "app-951aa98cfefc6ffa19cb.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "0c1b3a6472ecfec63dcabc9f8ddc9e32" + "revision": "71721d65fb4d018ad350d3af66318c05" }, { "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-c0f5d1e785deb54fc185.js`))) { + if (!resources || !(await caches.match(`/app-951aa98cfefc6ffa19cb.js`))) { return await fetch(event.request) } |
