Add cache busting for website assets

This commit is contained in:
Marc Froehlich
2026-07-07 00:43:12 +02:00
parent f83cdbd804
commit 67b91a766a
40 changed files with 155 additions and 72 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<meta name="twitter:title" content="{{ title or 'KST4Contest' }}">
<meta name="twitter:description" content="{{ description or 'Contest-optimized ON4KST chat client for VHF, UHF and SHF ham radio contests.' }}">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/main.css?v={{ build.version }}">
</head>
<body>