fixing rss properties

This commit is contained in:
2026-05-26 11:57:22 +02:00
parent 8066b53039
commit e05eb8cc09
+1 -1
View File
@@ -25,7 +25,7 @@ export async function GET() {
guid: article.slug,
date: article.date,
custom_elements: [
{ 'full_text': article.content || '' }
{ 'content:encoded': article.content || '' }
],
});
});