fabro/apps/marketing/vercel.json
Bryan Helmkamp d45b584ccd Update Discord invite link to new community server
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 09:46:29 -04:00

15 lines
305 B
JSON

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