fabro/apps/marketing/vercel.json
Bryan Helmkamp b06eeb1859 Update /discord redirect to use invite link
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 19:50:29 -04:00

15 lines
303 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"redirects": [
{
"source": "/discord",
"destination": "https://discord.gg/KE6w49Vg",
"statusCode": 302
},
{
"source": "/docs",
"destination": "https://docs.fabro.sh",
"statusCode": 302
}
]
}