docs: correct routes in offline sync documentation

fix: remove non-existent routes from sw.js pre-caching
This commit is contained in:
2025-12-20 23:10:18 +01:00
parent c9e3caff5a
commit ceb964a07d
2 changed files with 11 additions and 11 deletions

View File

@@ -2,9 +2,7 @@ const CACHE_NAME = 'whisky-vault-v4'; // Increment version for "Ironclad" strate
// CONFIG: Core pages and assets to pre-cache immediately on install
const CORE_PAGES = [
'/', // Dashboard / Home
'/tasting/new', // Critical: Add Tasting Screen
'/scan', // Critical: Scan Screen
'/', // Dashboard / Home (Includes Scan and Tasting features)
];
const STATIC_ASSETS = [