fix: apply global cache-busting (?v=25) to all CSS files so clients actually pull the new Zen 4.0 layout constraints
Build Curio HMS / build-and-deploy (push) Successful in 50s Details

This commit is contained in:
Deep Koluguri 2026-05-23 22:37:44 -04:00
parent 33f9747448
commit 5cdac4be0d
1 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard | Curio</title>
<link rel="stylesheet" href="globals.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="dashboard.css">
<link rel="stylesheet" href="globals.css?v=25">
<link rel="stylesheet" href="index.css?v=25">
<link rel="stylesheet" href="dashboard.css?v=25">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap" rel="stylesheet">
<script src="tenantLoader.js"></script>
<script src="tenantLoader.js?v=25"></script>
</head>
<body class="dashboard-body">
<div class="sidebar-mobile-toggle" onclick="toggleSidebar()">☰ Menu</div>
@ -532,6 +532,6 @@
</div>
</main>
<script src="dashboard.js?v=24"></script>
<script src="dashboard.js?v=25"></script>
</body>
</html>