Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
fix: add size and type for favicon
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 23, 2023
1 parent c004a7d commit 57f90b6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/app/Meta/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,13 @@ export const DynamicHeadMeta: FC = memo(() => {
/>

{/* for favicon */}
<link rel="shortcut icon" href={favicon} />
<link rel="icon" href={favicon} />
<link
rel="shortcut icon"
href={favicon}
sizes="any"
type="image/svg+xml"
/>
<link rel="icon" href={favicon} sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href={favicon} />

<link rel="preload" href={darkBg} as="image" />
Expand Down

1 comment on commit 57f90b6

@vercel
Copy link

@vercel vercel bot commented on 57f90b6 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kami – ./

kami-psi.vercel.app
kami-innei-dev.vercel.app
dev.innei.ren
kami-git-master-innei-dev.vercel.app

Please sign in to comment.