mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"regions": ["all"],
|
|
"functions": {
|
|
"api/**": {
|
|
"memory": 3008
|
|
}
|
|
},
|
|
"rewrites": [
|
|
{ "source": "/(.+)", "destination": "/api" }
|
|
]
|
|
}
|