Merge pull request #39 from dergigi/fix-opengraph-stuff

Fix OpenGraph meta tags for article URLs
This commit is contained in:
Gigi
2025-11-07 16:36:11 +01:00
committed by GitHub

View File

@@ -2,13 +2,6 @@
"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"
},
{