og-image/vercel.json
2022-02-04 10:28:59 -05:00

13 lines
214 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"regions": ["all"],
"functions": {
"api/**": {
"memory": 3008
}
},
"rewrites": [
{ "source": "/(.+)", "destination": "/api" }
]
}