fix: og text

This commit is contained in:
chronark 2023-11-06 09:39:11 +01:00
parent 8f14ec4fbe
commit 68228c44fc
No known key found for this signature in database
19 changed files with 264 additions and 265 deletions

View File

@ -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}