feat: update follow props

This commit is contained in:
KazooTTT
2024-11-26 13:29:05 +08:00
parent 55dcdd7f1b
commit 9abed618fa

View File

@ -27,6 +27,10 @@ export async function GET(context: APIContext) {
title: siteConfig.title,
description: siteConfig.description,
site: context.site!,
customData: `<follow_challenge>
<feedId>75113012474671104</feedId>
<userId>62156866798228480</userId>
</follow_challenge>`,
items: sortedPosts.map((post) => {
const prefix = post.frontmatter.category?.startsWith('日记-20') ? '/dairy/' : '/blog/'
return {