Skip to content

Commit

Permalink
preprend correct path to link prop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwilliams committed Feb 28, 2023
1 parent 4fa03e8 commit c828bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/rss.xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const get = async () => {
title: post.data.title,
description: post.data.description,
pubDate: post.data.publishDate,
link: post.slug,
link: `posts/${post.slug}`,
})),
});
};

0 comments on commit c828bbf

Please sign in to comment.