mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
81b6593b06
* fix: change serverless function memory to 128mb * chore: change maxDuration
15 lines
223 B
JSON
15 lines
223 B
JSON
{
|
|
"functions": {
|
|
"api/*.js": {
|
|
"memory": 128,
|
|
"maxDuration": 30
|
|
}
|
|
},
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "https://github.com/anuraghazra/github-readme-stats"
|
|
}
|
|
]
|
|
}
|