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,
date: article.date,
custom_elements: [
{ 'meta_description': article.description || '' },
{ 'article_summary': article.summary || '' }
{ 'full_text': article.content || '' }
],
});
});