Skip to content

Commit

Permalink
update favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Jan 9, 2025
1 parent 2d841e1 commit 640a58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added public/assets/icons/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 640a58c

Please sign in to comment.