mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 18:51:30 +08:00
fix: error rss arg
This commit is contained in:
@ -33,7 +33,7 @@ export const GET = async () => {
|
||||
})
|
||||
: "",
|
||||
author: siteConfig.author,
|
||||
category: post.data?.category,
|
||||
categories: post.data?.category ? [post.data.category] : [],
|
||||
};
|
||||
}),
|
||||
});
|
||||
|
Reference in New Issue
Block a user