mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
- Rename `now` CLI to `vercel` CLI - Rename `now.json` to `vercel.json` - Rename `.nowignore` to `.vercelignore` - Rename `zeit/og-image` to `vercel/og-image` https://vercel.com/blog/zeit-is-now-vercel
12 lines
160 B
JSON
12 lines
160 B
JSON
{
|
|
"regions": ["all"],
|
|
"functions": {
|
|
"api/**": {
|
|
"memory": 3008
|
|
}
|
|
},
|
|
"rewrites": [
|
|
{ "source": "/(.+)", "destination": "/api" }
|
|
]
|
|
}
|