Update Base.astro with new js
All checks were successful
Deploy to talkpro / build-and-sync (push) Successful in 31s

This commit is contained in:
SeekingGamer
2026-05-21 10:15:47 +08:00
parent edec5370b6
commit f8d97f46c5

View File

@@ -27,7 +27,7 @@ const {
</head>
<body class="bg-surface font-sans overflow-x-hidden">
<slot />
<script src="/site-links-client.js" defer></script>
<script src="/site-links-client.js?v=2" defer></script>
<script>
(() => {
const header = document.getElementById('site-header');