Fix RSS feed rendering
This commit is contained in:
@@ -21,7 +21,7 @@ export const GET = () =>
|
|||||||
title: post.data.title,
|
title: post.data.title,
|
||||||
pubDate: post.data.added,
|
pubDate: post.data.added,
|
||||||
description: post.data.description,
|
description: post.data.description,
|
||||||
content: post.body,
|
content: post.rendered.html,
|
||||||
customData: `<updated>${
|
customData: `<updated>${
|
||||||
post.data.updated ? post.data.updated : ""
|
post.data.updated ? post.data.updated : ""
|
||||||
}</updated>`,
|
}</updated>`,
|
||||||
|
|||||||
Reference in New Issue
Block a user