diff --git a/docs-site/next.config.mjs b/docs-site/next.config.mjs index 30a96741..b82803be 100644 --- a/docs-site/next.config.mjs +++ b/docs-site/next.config.mjs @@ -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" }],