og-image/vercel.json

12 lines
160 B
JSON
Raw Normal View History

2019-01-01 16:19:25 -08:00
{
"regions": ["all"],
2019-11-13 07:21:46 -08:00
"functions": {
"api/**": {
"memory": 3008
}
},
2019-12-09 06:59:40 -08:00
"rewrites": [
{ "source": "/(.+)", "destination": "/api" }
]
2019-01-29 08:24:07 -08:00
}