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", 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}