From da0a61d1f00d9cc46b9ae3b0a09fe534debd130b Mon Sep 17 00:00:00 2001 From: bravo-kernel Date: Sun, 15 Mar 2020 06:27:45 +0100 Subject: [PATCH] docs(v2): add Netlify configuration warning (#2411) --- website/docs/deployment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/deployment.md b/website/docs/deployment.md index 9584f356be..cdd3913c28 100644 --- a/website/docs/deployment.md +++ b/website/docs/deployment.md @@ -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`. +:::important +Make sure to disable Netlify setting `Pretty URLs` to prevent lowercased URLs, unneccessary redirects and 404 errors. +::: + ## 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.