chore: delete unused dependencies

This commit is contained in:
radishzzz 2025-03-19 22:03:26 +00:00
parent dc24da0cb7
commit 830c330b3a
4 changed files with 16 additions and 69 deletions

View file

@ -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 -->