mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 06:26:58 +00:00
Fixes TypeScript error.
This commit is contained in:
parent
3183db086e
commit
ef25cda6a9
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user