mirror of
https://github.com/dergigi/boris.git
synced 2025-12-28 12:04:31 +01:00
14 lines
185 B
JSON
14 lines
185 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/a/(.*)",
|
|
"destination": "/api/article-og?naddr=$1"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
|