Skip to content

Commit 71f85e3

Browse files
committed
add verification code
1 parent bb82a9a commit 71f85e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rss.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function minifyHTMLCode(htmlString: string): string {
4848
export const generateRSSFeed = async () => {
4949
const feed = new Feed({
5050
title: Config.SiteTitle,
51-
description: Config.Sentence,
51+
description: "feedId:68173131511981056+userId:69616630442815488",
5252
id: Config.SiteDomain,
5353
link: WebsiteURL,
5454
image: Config.PageCovers.websiteCoverURL,
@@ -80,7 +80,7 @@ export const generateRSSFeed = async () => {
8080
title: post.frontMatter.title,
8181
id: post.id,
8282
link: `https://${Config.SiteDomain}/blog/${post.id}`,
83-
description: "feedId:68173131511981056+userId:69616630442815488",
83+
description: post.frontMatter.summary ?? undefined,
8484
content: htmlContent,
8585
author: [
8686
{

0 commit comments

Comments
 (0)