fixing rss properties
This commit is contained in:
@@ -25,7 +25,7 @@ export async function GET() {
|
|||||||
guid: article.slug,
|
guid: article.slug,
|
||||||
date: article.date,
|
date: article.date,
|
||||||
custom_elements: [
|
custom_elements: [
|
||||||
{ 'full_text': article.content || '' }
|
{ 'content:encoded': article.content || '' }
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user