mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
11 lines
269 B
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" }
|
|
]
|
|
}
|