sw.js fixed 2

This commit is contained in:
2025-12-20 23:33:50 +01:00
parent 87856c87f0
commit b2c8ef222f

View File

@@ -5,7 +5,7 @@ const CACHE_NAME = 'whisky-vault-v6-bunker'; // Neue Version erzwingen!
const CORE_PAGES = [ const CORE_PAGES = [
'/', // Dashboard / App Shell '/', // Dashboard / App Shell
'/sessions', // Tasting Sessions '/sessions', // Tasting Sessions
'/scan', // Scan Page (falls URL existiert) //'/scan', // Scan Page (falls URL existiert)
// '/tasting/new' // <--- FÜGE HIER DEINE TASTING URL HINZU, falls sie existiert! // '/tasting/new' // <--- FÜGE HIER DEINE TASTING URL HINZU, falls sie existiert!
]; ];