From 48837b6a9f878b18d59d7ec9dbdbc30e50e80bde Mon Sep 17 00:00:00 2001 From: timur Date: Tue, 2 Jul 2024 12:26:03 +0200 Subject: [PATCH] Add useful note --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 5eee90256..0c7fd19d0 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ +# 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