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