We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9b7dc commit 4eac185Copy full SHA for 4eac185
public/check-green.png
-1.16 KB
public/check.png
-273 Bytes
public/favicon.svg
public/robots.txt
@@ -1,3 +1,3 @@
1
User-agent: *
2
Disallow:
3
-Sitemap: https://uixnet.netlify.app/sitemap-index.xml
+Sitemap:
src/components/atoms/ExtraMetaTags.astro
@@ -2,6 +2,6 @@
import { SITE } from '~/config.mjs';
---
4
5
-<link rel="shortcut icon" href={`${SITE.basePathname}favicon.png`} />
6
-<link rel="icon" type="image/svg+xml" href={`${SITE.basePathname}favicon.svg`} />
7
-<link rel="mask-icon" href={`${SITE.basePathname}favicon.svg`} color="#3e3e3e" />
+<link rel="shortcut icon" href={`${SITE.basePathname}/favicon.png`} />
+<link rel="icon" type="image/svg+xml" href={`${SITE.basePathname}/favicon.svg`} />
+<link rel="mask-icon" href={`${SITE.basePathname}/favicon.svg`} color="#3e3e3e" />
0 commit comments