···55## Deploying to GitHub Pages
66771. Create a new public GitHub repository
88-1. Edit `next.config.js` to match your GitHub repository name:
88+1. Edit `next.config.ts` to match your GitHub repository name:
99 - Given the pattern `https://github.com/<user>/<repo>`, update your `basePath` config to the name of your repo (e.g. `/repo`)
10101. Push the starter code to the `main` branch
11111. Run the `deploy` script (e.g. `npm run deploy`) to create the `gh-pages` branch