diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 40e2d6a..df140c4 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -27,6 +27,10 @@ export async function GET(context: APIContext) { title: siteConfig.title, description: siteConfig.description, site: context.site!, + customData: ` + 75113012474671104 + 62156866798228480 +`, items: sortedPosts.map((post) => { const prefix = post.frontmatter.category?.startsWith('日记-20') ? '/dairy/' : '/blog/' return {