mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-21 01:37:33 +08:00
feat: update sitemap
This commit is contained in:
@ -82,7 +82,7 @@ const socialImageURL = new URL(ogImage ? ogImage : '/social-card.png', Astro.url
|
|||||||
<meta content={socialImageURL} property='twitter:image' />
|
<meta content={socialImageURL} property='twitter:image' />
|
||||||
|
|
||||||
{/* Sitemap */}
|
{/* Sitemap */}
|
||||||
<link href='/sitemap-index.xml' rel='sitemap' />
|
<link href='/sitemap.xml' rel='sitemap' />
|
||||||
|
|
||||||
{/* RSS auto-discovery */}
|
{/* RSS auto-discovery */}
|
||||||
<link href='/rss.xml' rel='alternate' title={siteConfig.title} type='application/rss+xml' />
|
<link href='/rss.xml' rel='alternate' title={siteConfig.title} type='application/rss+xml' />
|
||||||
|
Reference in New Issue
Block a user