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",
|
||||
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: {
|
||||
title: "chronark.com",
|
||||
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",
|
||||
siteName: "chronark.com",
|
||||
images: [
|
||||
@ -66,8 +66,7 @@ export default function RootLayout({
|
||||
<Analytics />
|
||||
</head>
|
||||
<body
|
||||
className={`bg-black ${
|
||||
process.env.NODE_ENV === "development" ? "debug-screens" : undefined
|
||||
className={`bg-black ${process.env.NODE_ENV === "development" ? "debug-screens" : undefined
|
||||
}`}
|
||||
>
|
||||
{children}
|
||||
|
Loading…
x
Reference in New Issue
Block a user