diff --git a/app/routes/tutorials[.]rss.tsx b/app/routes/tutorials[.]rss.tsx index e275cc8..959a7c4 100644 --- a/app/routes/tutorials[.]rss.tsx +++ b/app/routes/tutorials[.]rss.tsx @@ -28,6 +28,7 @@ export async function loader(_: DataFunctionArgs) { .map((tutorial) => { return ` ${tutorial.title} + Read it on the web https://sergiodxa.com/tutorials/${tutorial.slug} ${tutorial.slug} `;