Fix vercel config (?)

This commit is contained in:
Austin Chen 2022-01-07 11:17:40 -08:00
parent 19734f1f7e
commit eeedf09c4d

View File

@ -1,9 +1,3 @@
{
"regions": ["all"],
"functions": {
"api/**": {
"memory": 3008
}
},
"rewrites": [{ "source": "/(.+)", "destination": "/api" }]
}