mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 18:51:31 +08:00
feat: update follow props
This commit is contained in:
@ -27,6 +27,10 @@ export async function GET(context: APIContext) {
|
|||||||
title: siteConfig.title,
|
title: siteConfig.title,
|
||||||
description: siteConfig.description,
|
description: siteConfig.description,
|
||||||
site: context.site!,
|
site: context.site!,
|
||||||
|
customData: `<follow_challenge>
|
||||||
|
<feedId>75113012474671104</feedId>
|
||||||
|
<userId>62156866798228480</userId>
|
||||||
|
</follow_challenge>`,
|
||||||
items: sortedPosts.map((post) => {
|
items: sortedPosts.map((post) => {
|
||||||
const prefix = post.frontmatter.category?.startsWith('日记-20') ? '/dairy/' : '/blog/'
|
const prefix = post.frontmatter.category?.startsWith('日记-20') ? '/dairy/' : '/blog/'
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user