mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
fix: favicon and rss url error
This commit is contained in:
parent
9283287442
commit
850d9c2403
10 changed files with 23 additions and 13 deletions
|
@ -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} />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue