whops
This commit is contained in:
parent
d0f331f15a
commit
df0be51416
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue