mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
15 lines
305 B
JSON
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
|
|
}
|
|
]
|
|
}
|