Skip to content

Commit

Permalink
fix: feed configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Jan 18, 2024
1 parent 9b41b0e commit 081e5c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/main/src/pages/feed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ export const getServerSideProps: GetServerSideProps = async ({ res }) => {
const feed = new RSS({
title: "Tony He",
language: "zh-cn",
webMaster: "Tony He",
managingEditor: "Tony He",
webMaster: "[email protected]",
managingEditor: "[email protected]",
generator: "Next.js / WordPress",
site_url: "https://www.ouorz.com",
feed_url: "https://www.ouorz.com/rss",
image_url: "https://www.ouorz.com/favicon.ico",
feed_url: "https://www.ouorz.com/feed",
image_url: "https://www.ouorz.com/tony.png",
docs: "https://www.rssboard.org/rss-specification",
copyright: ${new Date().getFullYear()} Tony He`,
categories: ["personal", "technology", "life", "blogs"],
Expand Down

0 comments on commit 081e5c6

Please sign in to comment.