ktx/website/vercel.json

11 lines
193 B
JSON
Raw Permalink Normal View History

{
"redirects": [
{
"source": "/:path*",
"has": [{ "type": "host", "value": "ktx.sh" }],
"destination": "https://docs.ktx.sh/:path*",
"permanent": true
}
]
}