mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/a/:naddr",
|
|
"has": [
|
|
{
|
|
"type": "header",
|
|
"key": "user-agent",
|
|
"value": ".*(bot|crawl|spider|slurp|facebook|twitter|linkedin|whatsapp|telegram|slack|discord|preview).*"
|
|
}
|
|
],
|
|
"destination": "/api/article-og?naddr=:naddr"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
|