Skip to content

Commit 4b44fa1

Browse files
committed
Update README
1 parent 80b8a93 commit 4b44fa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This is a Next.js template which can be deployed to GitHub Pages as a static sit
66

77
1. Create a new public GitHub repository
88
1. Edit `next.config.ts` to match your GitHub repository name:
9-
- Given the pattern `https://github.com/<user>/<repo>`, update your `basePath` config to the name of your repo (e.g. `/repo`)
9+
- Given the pattern `https://github.com/<user>/<repo>`
10+
- Update your `basePath` config to the name of your repo (e.g. `/repo`)
1011
1. Push the starter code to the `main` branch
1112
1. Run the `deploy` script (e.g. `npm run deploy`) to create the `gh-pages` branch
1213
1. On GitHub, go to **Settings** > **Pages** > **Branch**, and choose `gh-pages` as the branch with the `/root` folder. Hit **Save**

0 commit comments

Comments
 (0)