diff --git a/app/rss.xml/route.ts b/app/rss.xml/route.ts index 9392714..e637be0 100644 --- a/app/rss.xml/route.ts +++ b/app/rss.xml/route.ts @@ -25,8 +25,7 @@ export async function GET() { guid: article.slug, date: article.date, custom_elements: [ - { 'meta_description': article.description || '' }, - { 'article_summary': article.summary || '' } + { 'full_text': article.content || '' } ], }); });