feat(docs-site): redirect ktx.sh/slack to Slack community invite

Add a host-scoped redirect for /slack on ktx.sh before the existing
catch-all so the path resolves to the community invite link instead of
docs.kaelio.com/ktx/slack.
This commit is contained in:
Andrey Avtomonov 2026-05-27 16:55:35 +02:00
parent 5d74bd35de
commit 74d54e430f

View file

@ -34,6 +34,14 @@ const config = {
permanent: true,
basePath: false,
},
{
source: "/slack",
has: [{ type: "host", value: "ktx.sh" }],
destination:
"https://join.slack.com/t/ktxcommunity/shared_invite/zt-3y9b44m1x-LVyNNJD5nwaZHq4XS29LMQ",
permanent: false,
basePath: false,
},
{
source: "/:path*",
has: [{ type: "host", value: "ktx.sh" }],