fix: Fixed links for rss feed
fdb732e9
1 file(s) · +1 −1
| 13 | 13 | title: post.data.title, |
|
| 14 | 14 | description: post.data.description, |
|
| 15 | 15 | pubDate: post.data.publishDate, |
|
| 16 | - | link: post.slug, |
|
| 16 | + | link: `/posts/${post.slug}`, |
|
| 17 | 17 | })), |
|
| 18 | 18 | }); |
|
| 19 | 19 | }; |