Files
bot/apps/docs/vercel.json
2023-09-22 09:10:22 +02:00

13 lines
260 B
JSON

{
"rewrites": [
{
"source": "/self-hosting/configuration/builder",
"destination": "/self-hosting/configuration"
},
{
"source": "/self-hosting/configuration/viewer",
"destination": "/self-hosting/configuration"
}
]
}