mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 04:58:21 +00:00
feat: limit memory to able to deploy on Vercel
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"functions": {
|
||||
"api/*.js": {
|
||||
"memory": 1200,
|
||||
"memory": 1024,
|
||||
"maxDuration": 10
|
||||
}
|
||||
},
|
||||
@@ -11,4 +11,4 @@
|
||||
"destination": "https://github.com/anuraghazra/github-readme-stats"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user