og-image/now.json

11 lines
269 B
JSON
Raw Normal View History

2019-01-01 16:19:25 -08:00
{
"regions": ["all"],
"public": true,
"version": 2,
2019-01-01 16:19:25 -08:00
"routes": [
{ "src": "/", "dest": "/index.html" },
{ "src": "/(favicon.ico|style.css|robots.txt|dist/web/index.js)", "dest": "/$1" },
{ "src": "/(.+)", "dest": "/api" }
2019-01-01 16:19:25 -08:00
]
2019-01-29 08:24:07 -08:00
}