This commit is contained in:
nelle 2024-08-18 02:00:30 -06:00
parent d0f331f15a
commit df0be51416

View file

@ -13,7 +13,7 @@ const { title } = Astro.props;
<link
rel="alternate"
type="application/rss+xml"
title="Your Site's Title"
title={title}
href={new URL("rss.xml", Astro.site)}
/>