Skip to content

Commit

Permalink
chore: 认证follow源
Browse files Browse the repository at this point in the history
  • Loading branch information
weijunext committed Oct 6, 2024
1 parent f5782a8 commit 6961c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generateRSS.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const generateRssFeed = async () => {
const latestPosts = posts.slice(0, 12).filter((i) => i);
const feed = new Feed({
title: SITE_NAME,
description: SITE_DESCRIPTION,
// description: SITE_DESCRIPTION,
description: `${SITE_DESCRIPTION} feedId:41486365723425792+userId:65433528561428480`,
id: SITE_URL,
link: SITE_URL,
generator: SITE_URL,
Expand Down

0 comments on commit 6961c11

Please sign in to comment.