fix: Add Cache-Control: no-cache to static files to prevent stale HTML/image caching

This commit is contained in:
2026-05-22 18:44:36 -04:00
parent 71a0c9936a
commit db6859a0f5
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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' },