Docs: fix BACKEND_URL

merge-requests/711/head
Alex Gleason 2021-09-03 17:38:24 -05:00
rodzic 825b22011d
commit f27fbc1c38
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -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`