Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore(vercel.json): apply config fixes per anuraghazra/github-readme-…
Browse files Browse the repository at this point in the history
…stats#1393

Co-authored-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
  • Loading branch information
RecapTimeSquad and ajhalili2006 committed Nov 13, 2022
1 parent aec30a7 commit 13e97f7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@
"functions": {
"api/*.js": {
"memory": 128,
"maxDuration": 30
"maxDuration": 10
}
},
"redirects": [
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
},
{
"source": "/git",
"destination": "https://github.com/MadeByThePinsHub/gh-readme-stats-vercel"
},
{
"source": "/sources",
"destination": "https://github.com/MadeByThePinsHub/gh-readme-stats-vercel"
},
{
"source": "/src",
"destination": "https://github.com/MadeByThePinsHub/gh-readme-stats-vercel"
}
]
}

1 comment on commit 13e97f7

@vercel
Copy link

@vercel vercel bot commented on 13e97f7 Nov 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.