fixing rss properties

This commit is contained in:
2026-05-26 11:52:44 +02:00
parent 86b36d5a6a
commit 8066b53039
+1 -2
View File
@@ -25,8 +25,7 @@ export async function GET() {
guid: article.slug, guid: article.slug,
date: article.date, date: article.date,
custom_elements: [ custom_elements: [
{ 'meta_description': article.description || '' }, { 'full_text': article.content || '' }
{ 'article_summary': article.summary || '' }
], ],
}); });
}); });