fix link in rss
This commit is contained in:
parent
e1d0bb6d33
commit
673d86215b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export async function GET(context) {
|
||||||
title: post.data.title,
|
title: post.data.title,
|
||||||
pubDate: post.data.date,
|
pubDate: post.data.date,
|
||||||
// ...post.data,
|
// ...post.data,
|
||||||
link: `/blog/${post.slug}/`,
|
link: `/${post.slug}/`,
|
||||||
})),
|
})),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue