From 6fbb18e3a70a070627443e25e7c8279a40e54358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Romero?= Date: Thu, 7 Apr 2022 09:25:39 +0200 Subject: [PATCH] fix(docs): Medusa URL for Gatsby deployment (#1301) --- docs/content/how-to/deploying-gatsby-on-netlify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/how-to/deploying-gatsby-on-netlify.md b/docs/content/how-to/deploying-gatsby-on-netlify.md index a500fd5eb3..1d2ea7d623 100644 --- a/docs/content/how-to/deploying-gatsby-on-netlify.md +++ b/docs/content/how-to/deploying-gatsby-on-netlify.md @@ -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.