diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 7c586ff..8c61c9f 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -33,7 +33,7 @@ export const GET = async () => { }) : "", author: siteConfig.author, - category: post.data?.category, + categories: post.data?.category ? [post.data.category] : [], }; }), });