og-image/now.json

11 lines
269 B
JSON

{
"regions": ["all"],
"public": true,
"version": 2,
"routes": [
{ "src": "/", "dest": "/index.html" },
{ "src": "/(favicon.ico|style.css|robots.txt|dist/web/index.js)", "dest": "/$1" },
{ "src": "/(.+)", "dest": "/api" }
]
}