From dfccbb48ecef69ea5b007b8ea6b3d1dd45e6f6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Casal?= Date: Tue, 16 Apr 2024 16:28:57 +0100 Subject: [PATCH] add guid --- app/routes/_marketing+/[rss.xml].tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/_marketing+/[rss.xml].tsx b/app/routes/_marketing+/[rss.xml].tsx index ab4e0fd..1e84f50 100644 --- a/app/routes/_marketing+/[rss.xml].tsx +++ b/app/routes/_marketing+/[rss.xml].tsx @@ -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}`, })), })