Skip to content

Commit

Permalink
fix: remove unsupported themeColor from meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 28, 2023
1 parent 1c1f7bc commit c489895
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export const createMetadata = ({
card: 'summary_large_image',
creator: '@sebastiansebald',
},
themeColor: [
{ media: '(prefers-color-scheme: light)', color: '#3c4073' },
{ media: '(prefers-color-scheme: dark)', color: '#96a6e3' },
],
other: {
'msapplication-TileColor': '#96a6e3',
},
Expand Down

1 comment on commit c489895

@vercel
Copy link

@vercel vercel bot commented on c489895 Oct 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.