fixed cache

This commit is contained in:
2026-04-02 14:50:07 -05:00
parent 9f179295d8
commit a7d3af4ddd
2 changed files with 23 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sovran_SystemsOS Hub</title>
<link rel="stylesheet" href="/static/style.css?v=4" />
<link rel="stylesheet" href="/static/style.css?v={{ style_css_hash }}" />
</head>
<body>
@@ -85,6 +85,6 @@
</div>
</div>
<script src="/static/app.js?v=4"></script>
<script src="/static/app.js?v={{ app_js_hash }}"></script>
</body>
</html>