fix link in rss

This commit is contained in:
Michael Zhang 2024-10-22 21:36:58 -05:00
parent e1d0bb6d33
commit 673d86215b

View file

@ -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}/`,
})), })),
}); });
} }