From abee400c8d6c3614cddfdd488e703489f4923780 Mon Sep 17 00:00:00 2001 From: Kilu Date: Fri, 25 Oct 2024 16:13:51 +0800 Subject: [PATCH] fix: blog page desc --- app/blog/feed.xml/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/blog/feed.xml/route.ts b/app/blog/feed.xml/route.ts index cfc5590..e63265f 100644 --- a/app/blog/feed.xml/route.ts +++ b/app/blog/feed.xml/route.ts @@ -9,7 +9,7 @@ export async function GET() { const feed = new RSS({ title: 'AppFlowy Blog | In the Flow', description: - 'Receive the latest updates, stories, and tips from AppFlowy. Offline mode, self-hosting, iOS and Android apps, Markdown editing, GPT-4, Claude, Llama, and real-time team collaboration.', + 'Receive the latest updates and tips from AppFlowy. Offline mode, self-hosting, iOS and Android, Markdown editing, GPT-4, Claude, Llama, and team collaboration.', site_url: site_url, feed_url: `${site_url}/blog/feed.xml`, image_url: `${site_url}/appflowy-rss-logo.png`,