Docs: fix BACKEND_URL
This commit is contained in:
parent
825b22011d
commit
f27fbc1c38
1 changed files with 2 additions and 4 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue