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({
|
return rss({
|
||||||
title: "juancmandev",
|
title: "juancmandev",
|
||||||
description: "Welcome to my domain, stranger.",
|
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,
|
site: context.site,
|
||||||
items,
|
items,
|
||||||
trailingSlash: false,
|
trailingSlash: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user