chore(vercel): route /a/* to article OG handler

This commit is contained in:
Gigi
2025-10-16 14:20:58 +02:00
parent a856e8ca26
commit 32a5145d8f

View File

@@ -1,5 +1,9 @@
{
"rewrites": [
{
"source": "/a/(.*)",
"destination": "/api/article-og?naddr=$1"
},
{
"source": "/(.*)",
"destination": "/index.html"