add favicon to rss

This commit is contained in:
Juan Carlos Manzanero Domínguez 2024-06-26 11:44:02 -06:00
parent a5e383ae0a
commit a645dcfd6b

View File

@ -117,7 +117,10 @@ export async function GET(context: any) {
return rss({
title: "juancmandev",
description: "Welcome to my domain, stranger.",
customData: `<language>en-us</language>`,
customData: `<language>en-us</language><image>
<url>https://juancman.dev/logo.png</url>
<title>juancmandev</title>
</image>`,
site: context.site,
items,
trailingSlash: false,