mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: delete unused dependencies
This commit is contained in:
parent
dc24da0cb7
commit
830c330b3a
4 changed files with 16 additions and 69 deletions
|
@ -57,6 +57,7 @@ const pageImage = postSlug
|
|||
{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="sitemap" href="/sitemap-index.xml" />
|
||||
<link rel="canonical" href={Astro.url} />
|
||||
|
||||
<!-- i18n hreflang generate -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue