diff --git a/.env.example b/.env.example index 088014635..d97ac1819 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,4 @@ -TWITTER_CREATOR="@vercel" -TWITTER_SITE="https://nextjs.org/commerce" -SITE_NAME="Next.js Commerce" -SHOPIFY_STOREFRONT_ACCESS_TOKEN= -SHOPIFY_STORE_DOMAIN= +TWITTER_CREATOR="@medusajs" +TWITTER_SITE="https://medusajs.com/" +SITE_NAME="Next.js Commerce x Medusa" +MEDUSA_BACKEND_API="http://localhost:9000/store" diff --git a/app/page.tsx b/app/page.tsx index a928be52e..7b400c45a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,7 +6,7 @@ import { Suspense } from 'react'; export const runtime = 'edge'; 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: { images: [ {