🐛 Fix RSS feed
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@ export async function GET(context) {
|
|||||||
.map((post) => ({
|
.map((post) => ({
|
||||||
title: post.data.title,
|
title: post.data.title,
|
||||||
pubDate: post.data.pubDate,
|
pubDate: post.data.pubDate,
|
||||||
link: `/blog/${post.slug}`,
|
link: `/blog/${post.id}`,
|
||||||
categories: post.data.tags,
|
categories: post.data.tags,
|
||||||
content: parser.render(post.body),
|
content: parser.render(post.body),
|
||||||
})),
|
})),
|
||||||
|
|||||||
Reference in New Issue
Block a user