1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix typo on README.md (#5484)

Just a quick typo fix on Multi Zones documentation :)
This commit is contained in:
Alexandre Cisneiros 2018-10-20 11:56:59 -03:00 committed by Tim Neutkens
parent 5b6489ebf3
commit 398dcd4281

View file

@ -1694,7 +1694,7 @@ You can use [micro proxy](https://github.com/zeit/micro-proxy) as your local pro
}
```
For the production deployment, you can use the [path alias](https://zeit.co/docs/features/path-aliases) feature if you are using [ZEIT now](https://zeit.co/now). Otherwise, you can configure your existing proxy server to route HTML pages using a set of rules as show above.
For the production deployment, you can use the [path alias](https://zeit.co/docs/features/path-aliases) feature if you are using [ZEIT now](https://zeit.co/now). Otherwise, you can configure your existing proxy server to route HTML pages using a set of rules as shown above.
## Recipes