chore: updated rss href meta tag 8472dedc
Steve · 2025-10-03 20:23 1 file(s) · +2 −1
src/components/BaseHead.astro +2 −1
63 63
<meta property="twitter:image" content={socialImageURL} />
64 64
65 65
<!-- RSS auto-discovery -->
66 -
<link rel="alternate" type="application/rss+xml" title={siteConfig.title} href="/rss.xml" />
66 +
<link rel="alternate" type="application/rss+xml" title={siteConfig.title} href={new URL("rss.xml", Astro.site)}
67 +
 />
67 68
68 69
<link
69 70
  rel="preload"