mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
docs(v2): add Netlify configuration warning (#2411)
This commit is contained in:
parent
d152158240
commit
da0a61d1f0
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ If you did not configure these build options, you may still go to "Site settings
|
||||||
|
|
||||||
Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `master`.
|
Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `master`.
|
||||||
|
|
||||||
|
:::important
|
||||||
|
Make sure to disable Netlify setting `Pretty URLs` to prevent lowercased URLs, unneccessary redirects and 404 errors.
|
||||||
|
:::
|
||||||
|
|
||||||
## Deploying to Render
|
## Deploying to Render
|
||||||
|
|
||||||
Render offers [free static site hosting](https://render.com/docs/static-sites) with fully managed SSL, custom domains, a global CDN and continuous auto deploys from your Git repo. Deploy your app in just a few minutes by following these steps.
|
Render offers [free static site hosting](https://render.com/docs/static-sites) with fully managed SSL, custom domains, a global CDN and continuous auto deploys from your Git repo. Deploy your app in just a few minutes by following these steps.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue