File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change
1
+ COMPANY_NAME="Vercel Inc."
2
+ TWITTER_CREATOR="@vercel"
3
+ TWITTER_SITE="https://nextjs.org/commerce"
4
+ SITE_NAME="Next.js Commerce"
5
+ SHOPIFY_REVALIDATION_SECRET=""
6
+ SHOPIFY_STOREFRONT_ACCESS_TOKEN=""
7
+ SHOPIFY_STORE_DOMAIN="[your-shopify-store-subdomain].myshopify.com"
Original file line number Diff line number Diff line change @@ -7,12 +7,3 @@ compatibility_flags = ["nodejs_compat_v2"]
7
7
8
8
# Use the new Workers + Assets to host the static frontend files
9
9
assets = { directory = " .worker-next/assets" , binding = " ASSETS" }
10
-
11
- [vars ]
12
- COMPANY_NAME =" Vercel Inc."
13
- TWITTER_CREATOR =" @vercel"
14
- TWITTER_SITE =" https://nextjs.org/commerce"
15
- SITE_NAME =" Next.js Commerce"
16
- SHOPIFY_REVALIDATION_SECRET =" "
17
- SHOPIFY_STOREFRONT_ACCESS_TOKEN =" "
18
- SHOPIFY_STORE_DOMAIN =" [your-shopify-store-subdomain].myshopify.com"
You can’t perform that action at this time.
0 commit comments