docs: updated vercel deploy docs
This commit is contained in:
parent
6d4fbfecfb
commit
0ea2668176
1 changed files with 3 additions and 1 deletions
|
@ -146,6 +146,8 @@ You usually won't be able to layout the images side by side. To do that you can
|
||||||
|
|
||||||
Since the GitHub API only allows 5k requests per hour, it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started!
|
Since the GitHub API only allows 5k requests per hour, it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started!
|
||||||
|
|
||||||
|
NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we should be able to handle more than 5k requests and have no issues with downtime :D
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
|
[](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -163,7 +165,7 @@ Since the GitHub API only allows 5k requests per hour, it is possible that my `h
|
||||||

|

|
||||||
1. Select `Import Git Repository`
|
1. Select `Import Git Repository`
|
||||||

|

|
||||||
1. Select root and keep everything as is, just add your environment variable named GITHUB_TOKEN (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want)
|
1. Select root and keep everything as is, just add your environment variable named PAT_1 (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want)
|
||||||

|

|
||||||
1. Click deploy, and you're good to go. See your domains to use the API!
|
1. Click deploy, and you're good to go. See your domains to use the API!
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue