From b2c8ef222f7a7f4aac99add1756ce0af6960992f Mon Sep 17 00:00:00 2001 From: robin Date: Sat, 20 Dec 2025 23:33:50 +0100 Subject: [PATCH] sw.js fixed 2 --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index 97fe8db..4c164f8 100644 --- a/public/sw.js +++ b/public/sw.js @@ -5,7 +5,7 @@ const CACHE_NAME = 'whisky-vault-v6-bunker'; // Neue Version erzwingen! const CORE_PAGES = [ '/', // Dashboard / App Shell '/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! ];