Skip to content
/ docs Public
forked from withastro/docs

Commit

Permalink
i18n(fr): Update guides/rss from withastro#8632
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bonnet <[email protected]>
  • Loading branch information
thomasbnt committed Jun 25, 2024
1 parent 4331747 commit 9448c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/rss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Pour l'activer, ajoutez une balise `<link>` avec les attributs suivants à l'él
rel="alternate"
type="application/rss+xml"
title="Votre titre de site"
href={`${Astro.site}rss.xml`}
href={new URL("rss.xml", Astro.site)}
/>
```

Expand Down

0 comments on commit 9448c55

Please sign in to comment.