ignore: share copy link

This commit is contained in:
Jay V
2025-06-18 20:18:07 -04:00
parent 6a3392385e
commit a834bedc17
3 changed files with 146 additions and 39 deletions

View File

@@ -10,7 +10,7 @@ const path = Astro.url.pathname;
const links = config.social || [];
---
{ path.startsWith("/share")
{ path.startsWith("/s")
? <div class="header sl-flex">
<div class="title-wrapper sl-flex">
<SiteTitle {...Astro.props} />