Skip to content

Commit

Permalink
fix: add missing sitemap in head (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGKanev committed May 15, 2023
1 parent 03b52c9 commit f6ac810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const socialImageURL = new URL(
<meta name="title" content={title} />
<meta name="description" content={description} />
<meta name="author" content={author} />
<link rel="sitemap" href="/sitemap-index.xml"/>

<!-- Open Graph / Facebook -->
<meta property="og:title" content={title} />
Expand Down

0 comments on commit f6ac810

Please sign in to comment.