Skip to content

Commit

Permalink
Fixed path for RSS feed posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Aug 27, 2023
1 parent 9122dfa commit 11bfd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/scripts/gen-rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function generate() {

feed.item({
title: frontmatter.data.title,
url: "/posts/" + name.replace(/\.mdx?/, ""),
url: "/blog/posts/" + name.replace(/\.mdx?/, ""),
date: frontmatter.data.date,
description: frontmatter.data.description,
author: frontmatter.data.author,
Expand Down

1 comment on commit 11bfd57

@vercel
Copy link

@vercel vercel bot commented on 11bfd57 Aug 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

xithrius-cloud – ./

xithrius-cloud-xithrius.vercel.app
xithrius-cloud-git-main-xithrius.vercel.app
xithrius.cloud

Please sign in to comment.