Skip to content

Commit

Permalink
fix: add favicon type
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 190538c commit 8ce3b0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ export const generateMetadata = defineMetadata(async (_, getData) => {
},
description: seo.description,
keywords: seo.keywords?.join(',') || '',
icons: [appConfig.site.favicon],
icons: [
{
url: appConfig.site.favicon,
type: 'image/svg+xml',
sizes: 'any',
},
],

themeColor: [
{ media: '(prefers-color-scheme: dark)', color: '#000212' },
Expand Down

1 comment on commit 8ce3b0d

@vercel
Copy link

@vercel vercel bot commented on 8ce3b0d 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:

springtide – ./

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

Please sign in to comment.