Bump SW cache to v6 to force re-cache updated app.js/app.css
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 17s

Previous changes (renderBookList keyOk warning, openBook overlay fix)
were being served from the stale v5 cache.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marwin Schulz 2026-03-20 11:49:23 +01:00
parent 1649eb27a0
commit 96a21f5482

View file

@ -2,7 +2,7 @@
* diora service worker caches the app shell for offline use. * diora service worker caches the app shell for offline use.
*/ */
const CACHE = 'diora-v5'; const CACHE = 'diora-v6';
const PODCAST_CACHE = 'diora-podcast-v1'; const PODCAST_CACHE = 'diora-podcast-v1';
const SHELL = [ const SHELL = [
'/static/css/app.css', '/static/css/app.css',