Closed
Description
Describe the bug
I'm having issue with the deployment on vercel
To Reproduce
Steps I followed for deployment:
- Sign in to Vercel or create a new account at https://vercel.com/
- Clone this repository with git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
- You may also fork the repository and clone your fork instead if you intend to make changes
- Enter the directory with cd github-readme-streak-stats
- Switch branches to the vercel branch with git checkout vercel
- Make sure you have the Vercel CLI installed
- Run vercel and follow the prompts to link your Vercel account and select a project name
- The app will be deployed to .vercel.app
- Visit this link to create a new Personal Access Token (no scopes required)
- Scroll to the bottom and click "Generate token"
- Visit the Vercel dashboard and select your project, then click "Settings", then "Environment Variables".
- Add a new variable with the key TOKEN and the value as your token from step 9 and click "Save".