Revert file.

This commit is contained in:
Michael Novotny 2023-04-21 12:19:49 -05:00
parent ef25cda6a9
commit 1f15a034c4
No known key found for this signature in database

View File

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