Skip to content

Commit 4eac185

Browse files
committed
favicon
1 parent 8c9b7dc commit 4eac185

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

public/check-green.png

-1.16 KB
Binary file not shown.

public/check.png

-273 Bytes
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
User-agent: *
22
Disallow:
3-
Sitemap: https://uixnet.netlify.app/sitemap-index.xml
3+
Sitemap:

src/components/atoms/ExtraMetaTags.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import { SITE } from '~/config.mjs';
33
---
44

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" />
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" />

0 commit comments

Comments
 (0)