mirror of
https://github.com/dergigi/boris.git
synced 2026-02-01 13:14:21 +01:00
20 lines
301 B
JSON
20 lines
301 B
JSON
{
|
|
"functions": {
|
|
"api/article-og.ts": {
|
|
"runtime": "nodejs18.x",
|
|
"maxDuration": 10
|
|
}
|
|
},
|
|
"rewrites": [
|
|
{
|
|
"source": "/a/:naddr",
|
|
"destination": "/api/article-og?naddr=:naddr"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
|