diff --git a/.env.example b/.env.example index f4c548926..dae177438 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,6 @@ +# Replace URL with your Saleor backend. Make sure to keep the slash at the end. NEXT_PUBLIC_SALEOR_API_URL=https://storefront1.saleor.cloud/graphql/ + # make sure to add it on production for correct canonical URLs NEXT_PUBLIC_STOREFRONT_URL=http://localhost:3000