Skip to content

Commit

Permalink
fix: blog page desc
Browse files Browse the repository at this point in the history
  • Loading branch information
qinluhe committed Oct 25, 2024
1 parent a4a3b53 commit abee400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blog/feed.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit abee400

Please sign in to comment.