Fix: CSS-Version ?v=382→500 — immutable-Cache zwingt Browser zu neuem Download, SW by-v524

This commit is contained in:
rene 2026-04-30 06:30:45 +02:00
parent bbedd658fa
commit bdcb6bfd51
3 changed files with 8 additions and 8 deletions

View file

@ -3,16 +3,16 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
const CACHE_VERSION = 'by-v523';
const CACHE_VERSION = 'by-v524';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
// index.html wird NICHT pre-gecacht (immer Network-First)
const STATIC_ASSETS = [
'/css/design-system.css?v=382',
'/css/layout.css?v=382',
'/css/components.css?v=382',
'/css/design-system.css?v=500',
'/css/layout.css?v=500',
'/css/components.css?v=500',
'/icons/phosphor.svg',
'/js/api.js',
'/js/ui.js',