-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathnetlify.toml
12 lines (10 loc) · 1015 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
[template.environment]
NEXT_PUBLIC_CL_CLIENT_ID="Commerce Layer sales channels application client ID (you can get this from dashboard.commercelayer.io)"
NEXT_PUBLIC_CL_ENDPOINT="Commerce Layer organization's base endpoint (you can get this from dashboard.commercelayer.io)"
NEXT_PUBLIC_SANITY_PROJECT_ID="Sanity project ID (you can get this from sanity.io/manage)"
NEXT_PUBLIC_SANITY_DATASET="Sanity dataset (you can get this from sanity.io/manage)"
NEXT_PUBLIC_SANITY_API_VERSION="Sanity API version in the ISO date format"
NEXT_PUBLIC_SANITY_TOKEN="Sanity API token (you can get this from sanity.io/manage)"
NEXT_PUBLIC_SANITY_PROJECT_TITLE="Optional name for the <title> head tag in Sanity studio (you can also edit this directly in the code)."
NEXT_PUBLIC_SITE_NAME="Optional name for the <title> head tag (you can also edit this directly in the code)."
NEXT_PUBLIC_SITE_URL="Optional URL of your deployed project for the og:url meta property (you can also edit this directly in the code)."