chore: add cache-busting version to CSS bundle

This commit is contained in:
juanatsap
2025-12-06 11:15:27 +00:00
parent e06f98d1d8
commit 42f6135c07
+1 -1
View File
@@ -1,7 +1,7 @@
{{define "head-styles"}}
<!-- CSS - Always use bundled CSS (built via 'make css-prod') -->
<!-- Individual CSS files are merged into one bundle to reduce HTTP requests -->
<link rel="stylesheet" href="/static/dist/bundle.min.css">
<link rel="stylesheet" href="/static/dist/bundle.min.css?v=20251206">
<!-- Print styles - loaded separately, only applied when printing -->
<link rel="stylesheet" href="/static/css/print.css" media="print">
{{end}}