mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
fix: og text
This commit is contained in:
parent
8f14ec4fbe
commit
68228c44fc
@ -9,11 +9,11 @@ export const metadata: Metadata = {
|
|||||||
default: "chronark.com",
|
default: "chronark.com",
|
||||||
template: "%s | chronark.com",
|
template: "%s | chronark.com",
|
||||||
},
|
},
|
||||||
description: "Software engineer at upstash.com and founder of planetfall.io",
|
description: "Co-founder of unkey.dev and founder of planetfall.io",
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "chronark.com",
|
title: "chronark.com",
|
||||||
description:
|
description:
|
||||||
"Software engineer at upstash.com and founder of planetfall.io",
|
"Co-founder of unkey.dev and founder of planetfall.io",
|
||||||
url: "https://chronark.com",
|
url: "https://chronark.com",
|
||||||
siteName: "chronark.com",
|
siteName: "chronark.com",
|
||||||
images: [
|
images: [
|
||||||
@ -66,8 +66,7 @@ export default function RootLayout({
|
|||||||
<Analytics />
|
<Analytics />
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
className={`bg-black ${
|
className={`bg-black ${process.env.NODE_ENV === "development" ? "debug-screens" : undefined
|
||||||
process.env.NODE_ENV === "development" ? "debug-screens" : undefined
|
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user