og-image/now.json

15 lines
214 B
JSON
Raw Normal View History

2019-01-01 16:19:25 -08:00
{
"regions": ["all"],
"public": true,
"version": 2,
2019-11-13 07:21:46 -08:00
"functions": {
"api/**": {
"memory": 3008
}
},
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.+)", "dest": "/api" }
]
2019-01-29 08:24:07 -08:00
}