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

Add reference to wiki for deploying to GitHub (#2035)

This commit is contained in:
Ben James 2017-05-21 17:44:43 +01:00 committed by Tim Neutkens
parent e9915d3da5
commit 0fdd379eee

View file

@ -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).