Skip to content

Commit

Permalink
Add content to tutorials in RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 13, 2023
1 parent b7781e6 commit f1b12ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/tutorials[.]rss.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export async function loader(_: DataFunctionArgs) {
.map((tutorial) => {
return `<item>
<title>${tutorial.title}</title>
<description><a href="https://sergiodxa.com/tutorials/${tutorial.slug}">Read it on the web</a></description>
<link>https://sergiodxa.com/tutorials/${tutorial.slug}</link>
<guid>${tutorial.slug}</guid>
</item>`;
Expand Down

0 comments on commit f1b12ca

Please sign in to comment.