From ff47d0e3f83332e81931a5beb6ed1785806cef74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Manzanero=20Dom=C3=ADnguez?= Date: Tue, 2 Jul 2024 15:10:47 -0600 Subject: [PATCH] add feed img --- src/pages/rss.xml.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index dcd7970..f349b6a 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -114,10 +114,12 @@ export async function GET(context: any) { return rss({ title: "juancmandev", description: "Welcome to my domain, stranger.", - customData: `en-us - https://juancman.dev/logo.png - juancmandev - `, + customData: [ + "en-us", + ``, + ``, + , + ].join(""), site: context.site, items, trailingSlash: false,