mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
feat(docs-site): redirect ktx.sh/slack to Slack community invite (#224)
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:
parent
5d74bd35de
commit
a94f35800a
1 changed files with 8 additions and 0 deletions
|
|
@ -34,6 +34,14 @@ const config = {
|
||||||
permanent: true,
|
permanent: true,
|
||||||
basePath: false,
|
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*",
|
source: "/:path*",
|
||||||
has: [{ type: "host", value: "ktx.sh" }],
|
has: [{ type: "host", value: "ktx.sh" }],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue