Fixes TypeScript error.

This commit is contained in:
Michael Novotny 2023-04-21 10:57:39 -05:00
parent 3183db086e
commit ef25cda6a9
No known key found for this signature in database

View File

@ -10,7 +10,7 @@ export const metadata = {
openGraph: { openGraph: {
images: [ images: [
{ {
url: `/api/og?title=${encodeURIComponent(process.env.SITE_NAME)}`, url: `/api/og?title=${encodeURIComponent(process.env.SITE_NAME || '')}`,
width: 1200, width: 1200,
height: 630 height: 630
} }