fix: add cache-busting ?v=2 to CSS link (nginx was caching old stylesheet)

This commit is contained in:
Claus Lohmar 2026-07-23 09:11:28 +00:00
parent 844d86c105
commit 4bebbd9da9

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VM Bench — Proxmox Image Converter</title>
<link rel="stylesheet" href="/static/proxmox.css">
<link rel="stylesheet" href="/static/proxmox.css?v=2">
</head>
<body>