Skip to content

Commit af50bdb

Browse files
committed
Force-refresh homepage assets with cache-busted CSS/JS URLs
1 parent 6e62a82 commit af50bdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
1212
<script src="https://cdn.jsdelivr.net/npm/lucide@0.462.0/dist/umd/lucide.min.js" defer></script>
13-
<link rel="stylesheet" href="/assets/css/site.css">
13+
<link rel="stylesheet" href="/assets/css/site.css?v=20260301-1">
1414
</head>
1515
<body class="home-landing">
1616
<nav aria-label="Main navigation">
@@ -97,6 +97,6 @@ <h2>Read by Chapter</h2>
9797
<div>Knowledge Intelligence · Strategic Vision</div>
9898
<div>Governance · Measurement · Decision Quality</div>
9999
</footer>
100-
<script src="/assets/js/site.js" defer></script>
100+
<script src="/assets/js/site.js?v=20260301-1" defer></script>
101101
</body>
102102
</html>

0 commit comments

Comments
 (0)