fix: add cache-busting v=2 to style.css to force browser reload

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 08:10:29 +00:00
parent ccc3a2fb51
commit cdc30f126c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
}
}
</script>
<link rel="stylesheet" href="/static/style.css" />
<link rel="stylesheet" href="/static/style.css?v=2" />
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
<link rel="icon" type="image/png" href="/static/favicon.png" />
<style>