Skip to content

Commit dc88818

Browse files
committed
revert the description
1 parent 71f85e3 commit dc88818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rss.tsx

+1-1
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: "feedId:68173131511981056+userId:69616630442815488",
51+
description: Config.Sentence,
5252
id: Config.SiteDomain,
5353
link: WebsiteURL,
5454
image: Config.PageCovers.websiteCoverURL,

0 commit comments

Comments
 (0)