mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
refactor: replace shopify references
This commit is contained in:
parent
60ab70843d
commit
3fa5b3c7cb
@ -1,5 +1,4 @@
|
|||||||
TWITTER_CREATOR="@vercel"
|
TWITTER_CREATOR="@medusajs"
|
||||||
TWITTER_SITE="https://nextjs.org/commerce"
|
TWITTER_SITE="https://medusajs.com/"
|
||||||
SITE_NAME="Next.js Commerce"
|
SITE_NAME="Next.js Commerce x Medusa"
|
||||||
SHOPIFY_STOREFRONT_ACCESS_TOKEN=
|
MEDUSA_BACKEND_API="http://localhost:9000/store"
|
||||||
SHOPIFY_STORE_DOMAIN=
|
|
||||||
|
@ -6,7 +6,7 @@ import { Suspense } from 'react';
|
|||||||
export const runtime = 'edge';
|
export const runtime = 'edge';
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
description: 'High-performance ecommerce store built with Next.js, Vercel, and Shopify.',
|
description: 'High-performance ecommerce store built with Next.js, Vercel, and Medusa.',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user