Skip to content

Commit

Permalink
fix: seo favicon
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jan 3, 2024
1 parent 01a9aaa commit 3b4f23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export default async function RootLayout(props: Props) {
<head>
<SayHi />
<HydrationEndDetector />

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body
className={`${sansFont.variable} ${serifFont.variable} m-0 h-full p-0 font-sans`}
Expand Down

1 comment on commit 3b4f23c

@vercel
Copy link

@vercel vercel bot commented on 3b4f23c Jan 3, 2024

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:

shiro – ./

shiro-innei.vercel.app
innei.in
springtide.vercel.app
shiro-git-main-innei.vercel.app

Please sign in to comment.