fix: add cache-busting ?v=2 to CSS link (nginx was caching old stylesheet)
This commit is contained in:
parent
844d86c105
commit
4bebbd9da9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue