Merge pull request #164 from MrGKanev/main
Adding Sitemap to the Meta info
This commit is contained in:
@ -95,3 +95,4 @@ const image =
|
|||||||
<link rel="shortcut icon" href={getAsset('/favicon.ico')} />
|
<link rel="shortcut icon" href={getAsset('/favicon.ico')} />
|
||||||
<link rel="icon" type="image/svg+xml" href={getAsset('/favicon.svg')} />
|
<link rel="icon" type="image/svg+xml" href={getAsset('/favicon.svg')} />
|
||||||
<link rel="mask-icon" href={getAsset('/favicon.svg')} color="#8D46E7" />
|
<link rel="mask-icon" href={getAsset('/favicon.svg')} color="#8D46E7" />
|
||||||
|
<link rel="sitemap" href={getAsset('/sitemap-index.xml')} />
|
||||||
|
Reference in New Issue
Block a user