Skip to content

Commit

Permalink
Adding Sitemap to the Meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGKanev committed May 3, 2023
1 parent 29dc61c commit 3615301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/MetaTags.astro
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ const image =
<link rel="shortcut icon" href={getAsset('/favicon.ico')} />
<link rel="icon" type="image/svg+xml" href={getAsset('/favicon.svg')} />
<link rel="mask-icon" href={getAsset('/favicon.svg')} color="#8D46E7" />
<link rel="sitemap" href="/sitemap-index.xml"/>

0 comments on commit 3615301

Please sign in to comment.