change website to non-www

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-07-09 08:18:43 -06:00
parent 231d6bf75d
commit 4406c7be3f
4 changed files with 5 additions and 5 deletions

View File

@@ -117,9 +117,9 @@ export async function GET(context: any) {
customData: [
"<language>en-us</language>",
`<image>
<url>https://www.juancman.dev/logo.png</url>
<url>https://juancman.dev/logo.png</url>
<title>juancmandev</title>
<link>https://www.juancman.dev</link>
<link>https://juancman.dev</link>
</image>`,
`<atom:link href="${context.site}rss.xml" rel="self" type="application/rss+xml"/>`,
].join(""),