We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7fd48 commit 9619f64Copy full SHA for 9619f64
pages/api/rss.tsx
@@ -30,8 +30,8 @@ const rssFeed = async function (_: NextApiRequest, res: NextApiResponse) {
30
31
items.push({
32
title: data.title,
33
- description: markdownContent,
34
- url: `${publicUrl()}/changelog/${file.replace('.md', '')}`,
+ description: data.description,
+ url: `${publicUrl()}/updates/${data.slug}`,
35
date: data.date,
36
});
37
}
0 commit comments