Updated PWA icons

This commit is contained in:
hbrain 2026-06-06 17:49:59 +02:00
parent acc77ac17f
commit bc61ecde3c
7 changed files with 2 additions and 7 deletions

2
sw.js
View file

@ -1,5 +1,5 @@
const MVLOG_CACHE_PREFIX = 'mvlog-pwa-';
const MVLOG_CACHE_VERSION = 'mvlog-pwa-v1';
const MVLOG_CACHE_VERSION = 'mvlog-pwa-v6';
const APP_SHELL_CACHE = `${MVLOG_CACHE_VERSION}-app-shell`;
const RUNTIME_CACHE = `${MVLOG_CACHE_VERSION}-runtime`;