manifold/og-image/vercel.json
2022-01-06 17:28:20 -08:00

10 lines
152 B
JSON

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