fix: favicon and rss url error

This commit is contained in:
radishzzz 2025-03-20 11:59:17 +00:00
parent 9283287442
commit 850d9c2403
10 changed files with 23 additions and 13 deletions

View file

@ -56,7 +56,8 @@ const pageImage = postSlug
{commentURL && <link rel="dns-prefetch" href={commentURL} />}
{imageHostURL && <link rel="preconnect" href={imageHostURL} crossorigin />}
{imageHostURL && <link rel="dns-prefetch" href={imageHostURL} />}
<link rel="alternate" href="/rss.xml" type="application/rss+xml" title="RSS" />
<link rel="alternate" href="/rss.xml" type="application/rss+xml" title="RSS Feed" />
<link rel="alternate" href="/atom.xml" type="application/atom+xml" title="Atom Feed" />
<link rel="sitemap" href="/sitemap-index.xml" />
<link rel="canonical" href={Astro.url} />