Skip to content

Commit c33c47a

Browse files
authored
Merge pull request #414 from scroll-tech/develop
Update favicon.ico
2 parents e4c73b4 + 640a58c commit c33c47a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

public/assets/icons/favicon.ico

15 KB
Binary file not shown.

public/favicon.ico

13.8 KB
Binary file not shown.

src/components/HeadCommon.astro

Lines changed: 2 additions & 1 deletion
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)