diff --git a/readme.md b/readme.md index 1150288328844f5ed1634b65e0bb22ea4d8a53a4..e6ea4dc995aab5d088b68a66128266dd2dd6e537 100644 --- a/readme.md +++ b/readme.md @@ -432,7 +432,7 @@ componentWillReceiveProps(nextProps) { ``` > NOTES: -> +> > Shallow routing works **only** for same page URL changes. For an example, let's assume we've another page called `about`, and you run this: > ```js > Router.push('/about?counter=10', '/about?counter=10', { shallow: true }) @@ -679,7 +679,7 @@ Here's an example `.babelrc` file: ## Production deployment -To deploy, instead of running `next`, you probably want to build ahead of time. Therefore, building and starting are separate commands: +To deploy, instead of running `next`, you want to build for production usage ahead of time. Therefore, building and starting are separate commands: ```bash next build @@ -704,6 +704,8 @@ For example, to deploy with [`now`](https://zeit.co/now) a `package.json` like f Then run `now` and enjoy! +Next.js can be deployed to other hosting solutions too. Please have a look at the ['Deployment']('https://github.com/zeit/next.js/wiki/Deployment') section of the wiki. + Note: we recommend putting `.next` in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next`) ## FAQ