Skip to content

Commit 640a58c

Browse files
committed
update favicon.ico
1 parent 2d841e1 commit 640a58c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/assets/icons/favicon.ico

15 KB
Binary file not shown.

src/components/HeadCommon.astro

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import "../styles/design-system/global-styles.css"
1111
<meta charset="utf-8" />
1212
<meta name="viewport" content="width=device-width" />
1313

14-
<link href="/assets/icons/favicon-32x32.png" rel="shortcut icon" type="image/x-icon" />
14+
<!-- <link href="/assets/icons/favicon-32x32.png" rel="shortcut icon" type="image/x-icon" /> -->
15+
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico" />
1516
<link href="/assets/icons/apple-touch-icon-256x256.png" rel="apple-touch-icon" />
1617

1718
<link rel="sitemap" href="/sitemap-index.xml" />

0 commit comments

Comments
 (0)