From 66d1470c2cd0b2c21139deb4271f00f2e5848884 Mon Sep 17 00:00:00 2001 From: okbel Date: Wed, 3 Mar 2021 12:09:02 -0300 Subject: [PATCH 1/2] Adding Shopify Config --- commerce.config.json | 6 +----- tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/commerce.config.json b/commerce.config.json index bef7db222..01d7fa69e 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,7 +1,3 @@ { - "provider": "bigcommerce", - "features": { - "wishlist": true, - "customCheckout": false - } + "provider": "shopify" } diff --git a/tsconfig.json b/tsconfig.json index 9e712fb18..e20f37099 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,8 +22,8 @@ "@components/*": ["components/*"], "@commerce": ["framework/commerce"], "@commerce/*": ["framework/commerce/*"], - "@framework": ["framework/bigcommerce"], - "@framework/*": ["framework/bigcommerce/*"] + "@framework": ["framework/shopify"], + "@framework/*": ["framework/shopify/*"] } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"], From 23af68e0e4de665e19069afb8fb433906e8e1b4f Mon Sep 17 00:00:00 2001 From: okbel Date: Wed, 3 Mar 2021 12:14:15 -0300 Subject: [PATCH 2/2] Adding OG Card --- config/seo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/seo.json b/config/seo.json index 82520cf9b..899c09148 100644 --- a/config/seo.json +++ b/config/seo.json @@ -11,7 +11,7 @@ "site_name": "Next.js Commerce", "images": [ { - "url": "/card.png", + "url": "https://shopify.demo.vercel.store/card.png", "width": 800, "height": 600, "alt": "Next.js Commerce"