Add version parameter to CSS for cache busting
This commit is contained in:
parent
ed2de305fc
commit
f935ad065c
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Calejo Control - Protocol Signals</title>
|
||||
<link rel="stylesheet" href="/static/simplified_styles.css">
|
||||
<link rel="stylesheet" href="/static/simplified_styles.css?v=2">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Reference in New Issue