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