From 8e6e3b34cc9405a719220d369af1c572cb1ae7e8 Mon Sep 17 00:00:00 2001 From: azu Date: Tue, 9 Jan 2024 18:30:51 +0900 Subject: [PATCH] docs(website): add to RSS feeds --- website/astro.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/astro.config.ts b/website/astro.config.ts index 5ad5b2797253..b1247651fdd6 100644 --- a/website/astro.config.ts +++ b/website/astro.config.ts @@ -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