Skip to content

Commit

Permalink
Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 22, 2017
2 parents 37be0ab + 0fdd379 commit f12db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ Then you've a static version of your app in the “out" directory.

> You can also customize the output directory. For that run `next export -h` for the help.
Now you can deploy that directory to any static hosting service.
Now you can deploy that directory to any static hosting service. Note that there is an additional step for deploying to GitHub Pages, [documented here](https://github.com/zeit/next.js/wiki/Deploying-a-Next.js-app-into-GitHub-Pages).

For an example, simply visit the “out” directory and run following command to deploy your app to [ZEIT now](https://zeit.co/now).

Expand Down

0 comments on commit f12db64

Please sign in to comment.