Skip to content

Commit

Permalink
💡 feed settings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
YUANCONG LIU committed Dec 14, 2023
1 parent 62ddaef commit f7fe09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export const generateRssFeed = () => {
// };

const feed = new Feed({
title: 'The Colorado Lounge',
title: "YUANCONG.L's Blog",
id: siteUrl,
link: `${siteUrl}/blog`,
description: "YUANCONG.L's blog",
description: "YUANCONG.L's Blog",
copyright: `All rights reserved ${date.getFullYear()}, YUANCONG.L`,
updated: date,
generator: 'Next.js using Feed for Node.js',
Expand Down

1 comment on commit f7fe09c

@vercel
Copy link

@vercel vercel bot commented on f7fe09c Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.