examples/github-pages/README.md
This example supports deploying a statically exported Next.js application to GitHub Pages.
The out directory should not be ignored by version control.
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example github-pages github-pages-app
yarn create next-app --example github-pages github-pages-app
pnpm create next-app --example github-pages github-pages-app
next.config.js to match your GitHub repository name:
https://github.com/<user>/<repo>, update your basePath config to /repo.main branch.deploy script (e.g. npm run deploy) to create the gh-pages branch.gh-pages as the branch with the /root folder. Hit Save.deploy script again to push the changes to GitHub Pages.Congratulations! You should have a URL like:
https://<github-user-name>.github.io/<github-project-name>/