Bump SW cache to v3 to invalidate stale cached app.js and HTML
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e1b18f392e
commit
b234f74115
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* diora service worker — caches the app shell for offline use.
|
||||
*/
|
||||
|
||||
const CACHE = 'diora-v2';
|
||||
const CACHE = 'diora-v3';
|
||||
const PODCAST_CACHE = 'diora-podcast-v1';
|
||||
const SHELL = [
|
||||
'/',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue