typo fix in the redirect url (#8546)

* typo fix in the redirect url

Typo in redirect URL to proxy section

* Update deploy.md
This commit is contained in:
Akhil Mohan 2020-11-09 15:39:25 +05:30 committed by GitHub
parent 12284b9b09
commit 60664c9b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,5 +50,5 @@ After running `yarn build` with this configuration, the folder `build` will be c
The administration URL will then be `http://yourfrontend.com` and every request from the panel will hit the backend at `http://yourbackend.com`.
::: tip NOTE
If you add a path to the `url` option, it won't prefix your app. To do so, you need to also use a proxy server like Nginx. More [here](../getting-started/deployment#optional-software-guides).
If you add a path to the `url` option, it won't prefix your app. To do so, you need to also use a proxy server like Nginx. More [here](../getting-started/deployment.md#optional-software-guides).
:::