mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Adds documentation on how to configure Next.js Commerce and Shopify (#974)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Carousel } from 'components/carousel';
|
||||
import { ThreeItemGrid } from 'components/grid/three-items';
|
||||
import Footer from 'components/layout/footer';
|
||||
import { SITE_NAME } from 'lib/constants';
|
||||
import { Suspense } from 'react';
|
||||
|
||||
export const runtime = 'edge';
|
||||
@@ -11,7 +10,7 @@ export const metadata = {
|
||||
openGraph: {
|
||||
images: [
|
||||
{
|
||||
url: `/api/og?title=${encodeURIComponent(SITE_NAME)}`,
|
||||
url: `/api/og?title=${encodeURIComponent(process.env.SITE_NAME)}`,
|
||||
width: 1200,
|
||||
height: 630
|
||||
}
|
||||
|
Reference in New Issue
Block a user