hotfix: rss links
This commit is contained in:
parent
6ef9ca18e9
commit
d8677c6261
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export async function GET(context) {
|
|||
'The Strudel Blog will keep you updated with the latest changes and things happening in the strudelsphere.',
|
||||
site: context.site,
|
||||
items: posts.map((post) => ({
|
||||
link: `/${post.slug}/`,
|
||||
link: `/blog/#${post.slug}`,
|
||||
title: post.data.title,
|
||||
pubDate: post.data.date,
|
||||
description: post.data.description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue