add favicon to rss
This commit is contained in:
parent
a5e383ae0a
commit
a645dcfd6b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user