try another format
This commit is contained in:
parent
ff47d0e3f8
commit
64d78c39f9
@ -116,9 +116,12 @@ export async function GET(context: any) {
|
|||||||
description: "Welcome to my domain, stranger.",
|
description: "Welcome to my domain, stranger.",
|
||||||
customData: [
|
customData: [
|
||||||
"<language>en-us</language>",
|
"<language>en-us</language>",
|
||||||
`<media:content medium="image" width="600" url="${context.site}/logo.png" type="avif" />`,
|
`
|
||||||
`<atom:link href="${new URL("rss.xml", context.site)}" rel="self" type="application/rss+xml" />`,
|
<image>
|
||||||
,
|
<url>https://juancman.dev/logo.png</url>
|
||||||
|
<title>juancmandev</title>
|
||||||
|
<link>https://juancman.dev</link>
|
||||||
|
</image>`,
|
||||||
].join(""),
|
].join(""),
|
||||||
site: context.site,
|
site: context.site,
|
||||||
items,
|
items,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user