From f27fbc1c384a9a8f3d283db5cb1acab17b301926 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 3 Sep 2021 17:38:24 -0500 Subject: [PATCH] Docs: fix BACKEND_URL --- docs/development/build-config.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/development/build-config.md b/docs/development/build-config.md index b6706cff91..b0a7975d7f 100644 --- a/docs/development/build-config.md +++ b/docs/development/build-config.md @@ -7,8 +7,6 @@ For example: NODE_ENV="production" FE_BUILD_DIR="public" FE_BASE_PATH="/soapbox" yarn build ``` -The following build variables are available: - ### `NODE_ENV` The environment to build Soapbox FE for. @@ -30,10 +28,10 @@ You only need to set this if Soapbox FE is hosted in a different place than the Options: -- A relative URL, eg `"/"` - An absolute URL, eg `"https://gleasonator.com"` +- Empty string (`""`)` -Default: `"/"` +Default: `""` ### `FE_BUILD_DIR`