ktx/website/vercel.json
2026-05-11 01:08:31 -07:00

10 lines
193 B
JSON

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