2
0
Files
bot/apps/docs/vercel.json

13 lines
252 B
JSON
Raw Normal View History

{
"rewrites": [
{
"source": "/self-hosting/configuration",
"destination": "/self-hosting/configuration"
},
{
"source": "/self-hosting/configuration/:path*",
"destination": "/self-hosting/configuration"
}
]
}