Skip to content

Commit

Permalink
docs(website): add <link rel=alternate> to RSS feeds (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Jan 9, 2024
1 parent b5d6ea6 commit 611ef8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,14 @@ export default defineConfig({
content: `${site}/img/og.png?v=1`,
},
},
{
tag: "link",
attrs: {
rel: "alternate",
type: "application/rss+xml",
href: `${site}/feed.xml`,
},
},
],
customCss: [
// Relative path to your custom CSS file
Expand Down

0 comments on commit 611ef8c

Please sign in to comment.