fix: restore cache version 0.1.2 (reverted by a209e4b)
The automated cache update in a209e4b accidentally reverted service worker
cache version from 0.1.2 back to 0.1.1. Restoring to 0.1.2 to ensure homepage
cultural DNA updates are served to visitors.
This commit is contained in:
parent
a209e4bc09
commit
bc81b23c80
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* - PWA functionality
|
||||
*/
|
||||
|
||||
const CACHE_VERSION = '0.1.1';
|
||||
const CACHE_VERSION = '0.1.2';
|
||||
const CACHE_NAME = `tractatus-v${CACHE_VERSION}`;
|
||||
const VERSION_CHECK_INTERVAL = 3600000; // 1 hour in milliseconds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue