Skip to content

Commit

Permalink
fix: fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Nov 6, 2023
1 parent 257e130 commit 0ef8db3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Binary file removed public/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon/favicon-32x32.png
Binary file not shown.
14 changes: 1 addition & 13 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,7 @@ const { title } = Astro.props;

<link rel="manifest" href="/site.webmanifest" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" sizes="any" />
</head>
<body ontouchstart="">
<TopBar />
Expand Down

0 comments on commit 0ef8db3

Please sign in to comment.