mirror of
https://github.com/dergigi/boris.git
synced 2026-02-18 13:34:38 +01:00
chore(vercel): route /a/* to article OG handler
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/a/(.*)",
|
||||
"destination": "/api/article-og?naddr=$1"
|
||||
},
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
|
||||
Reference in New Issue
Block a user