mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:32:32 +08:00
fix: add missing sitemap in head (#69)
This commit is contained in:
@@ -40,6 +40,7 @@ const socialImageURL = new URL(
|
|||||||
<meta name="title" content={title} />
|
<meta name="title" content={title} />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<meta name="author" content={author} />
|
<meta name="author" content={author} />
|
||||||
|
<link rel="sitemap" href="/sitemap-index.xml"/>
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:title" content={title} />
|
<meta property="og:title" content={title} />
|
||||||
|
|||||||
Reference in New Issue
Block a user