Skip to content

Commit

Permalink
Merge pull request #414 from scroll-tech/develop
Browse files Browse the repository at this point in the history
Update favicon.ico
  • Loading branch information
zzq0826 authored Jan 9, 2025
2 parents e4c73b4 + 640a58c commit c33c47a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added public/assets/icons/favicon.ico
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion src/components/HeadCommon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import "../styles/design-system/global-styles.css"
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />

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

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

0 comments on commit c33c47a

Please sign in to comment.