fix(docs): Medusa URL for Gatsby deployment (#1301)

This commit is contained in:
Tomás Romero
2022-04-07 09:25:39 +02:00
committed by GitHub
parent 8ceb895d9c
commit 6fbb18e3a7

View File

@@ -45,7 +45,7 @@ The default build and deploy settings fit the needs of a Gatsby application, so
#### Add an environment variable
```shell=
netlify env:set GATSBY_STORE_URL "https://your-medusa-server.com"
netlify env:set GATSBY_MEDUSA_BACKEND_URL "https://your-medusa-server.com"
```
The above environment variable should point to your Medusa server.