fix: Add Cache-Control: no-cache to static files to prevent stale HTML/image caching
This commit is contained in:
+1
-1
@@ -3126,7 +3126,7 @@
|
||||
// ── Category config ───────────────────────────────────────────────────
|
||||
const CATEGORY_MAP = {
|
||||
'Bev': { icon: '🥤', color: '#0a7ab5' },
|
||||
'Snack': { icon: '<img src="icons/chips.png" class="cat-icon-img" alt="">', color: '#c97d0e' },
|
||||
'Snack': { icon: '<img src="icons/chips.png?v=2" class="cat-icon-img" alt="">', color: '#c97d0e' },
|
||||
'Gf bev': { icon: '🧃', color: '#0a9e5a' },
|
||||
'Gf food': { icon: '🥪', color: '#8a5c2a' },
|
||||
'Other': { icon: '📦', color: '#6b7280' },
|
||||
|
||||
Reference in New Issue
Block a user