Skip to content

Commit

Permalink
fix: rss url
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Dec 6, 2021
1 parent 834c3d2 commit 7e9b059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Next.js Starter Blog</title>
<link>https://nextjs-starter-blog-demo.netlify.app/</link>
<description>undefined</description>
<lastBuildDate>Mon, 06 Dec 2021 07:06:49 GMT</lastBuildDate>
<lastBuildDate>Mon, 06 Dec 2021 19:06:22 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en-US</language>
Expand Down
2 changes: 1 addition & 1 deletion utils/rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function generateRssPostsFeed() {
link: author?.link,
},
feedLinks: {
rss2: `${siteUrl}/rss.xml`,
rss2: `${siteUrl}rss.xml`,
},
});

Expand Down

1 comment on commit 7e9b059

@vercel
Copy link

@vercel vercel bot commented on 7e9b059 Dec 6, 2021

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.