feat(docs): add Fumadocs site workspace

This commit is contained in:
Luca Martial 2026-05-11 01:08:31 -07:00
parent cb9ab25456
commit 572d515db0
28 changed files with 3979 additions and 84 deletions

10
website/vercel.json Normal file
View file

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