Skip to content

Commit

Permalink
add guid
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Apr 16, 2024
1 parent f13d0eb commit dfccbb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routes/_marketing+/[rss.xml].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const loader: LoaderFunction = async () => {
description: description,
pubDate: new Date(date).toUTCString(),
title: title,
link: `https://andrecasal.com/blog${href}`,
link: `https://andrecasal.com/articles${href}`,
guid: `https://andrecasal.com/articles${href}`,
})),
})

Expand Down

0 comments on commit dfccbb4

Please sign in to comment.