mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Update to new design. (#1103)
This commit is contained in:
@@ -8,13 +8,6 @@ export const runtime = 'edge';
|
||||
export const metadata = {
|
||||
description: 'High-performance ecommerce store built with Next.js, Vercel, and Shopify.',
|
||||
openGraph: {
|
||||
images: [
|
||||
{
|
||||
url: `/api/og?title=${encodeURIComponent(process.env.SITE_NAME || '')}`,
|
||||
width: 1200,
|
||||
height: 630
|
||||
}
|
||||
],
|
||||
type: 'website'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user