Skip to content

Commit 9619f64

Browse files
committed
Update rss
1 parent 2d7fd48 commit 9619f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pages/api/rss.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const rssFeed = async function (_: NextApiRequest, res: NextApiResponse) {
3030

3131
items.push({
3232
title: data.title,
33-
description: markdownContent,
34-
url: `${publicUrl()}/changelog/${file.replace('.md', '')}`,
33+
description: data.description,
34+
url: `${publicUrl()}/updates/${data.slug}`,
3535
date: data.date,
3636
});
3737
}

0 commit comments

Comments
 (0)