Skip to content

Commit

Permalink
fix: theme color config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Apr 12, 2024
1 parent b36dcde commit 53fc1cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/www/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export const metadata = {
"loglib",
"loglib analytics",
],
themeColor: [
{ media: "(prefers-color-scheme: light)", color: "white" },
{ media: "(prefers-color-scheme: dark)", color: "black" },
],
openGraph: {
type: "website",
locale: "en_US",
Expand Down

0 comments on commit 53fc1cd

Please sign in to comment.