diff --git a/apps/docs/docs/self-hosting/configuration.md b/apps/docs/docs/self-hosting/configuration.md index bc03c31d9..d2b24ef62 100644 --- a/apps/docs/docs/self-hosting/configuration.md +++ b/apps/docs/docs/self-hosting/configuration.md @@ -169,7 +169,7 @@ Used to search for images. You can create a Giphy app [here](https://unsplash.co ## Tolgee (i18n contribution dev tool) :::note -If you'd like to join contribute to Typebot's translation join the [Discord server](https://discord.gg/FYjghmSKRS) and ask for an access to Tolgee in the [#contributors channel](https://discord.com/channels/1155799591220953138/1155883114455900190). +If you'd like to join contribute to Typebot's translation join the [Discord server](https://discord.gg/xjyQczWAXV) and ask for an access to Tolgee in the [#contributors channel](https://discord.com/channels/1155799591220953138/1155883114455900190). ::: Set up these environment variables to enable [Tolgee dev tool](https://tolgee.io/features/dev-tools). diff --git a/apps/landing-page/next.config.mjs b/apps/landing-page/next.config.mjs index 32cc16c08..8823b0250 100644 --- a/apps/landing-page/next.config.mjs +++ b/apps/landing-page/next.config.mjs @@ -20,7 +20,7 @@ const nextConfig = { }, { source: '/discord', - destination: 'https://discord.com/invite/ymK8Q33d5Z', + destination: 'https://discord.gg/xjyQczWAXV', permanent: true, }, ] diff --git a/apps/viewer/next.config.mjs b/apps/viewer/next.config.mjs index 7eadb47d3..782ea8a12 100644 --- a/apps/viewer/next.config.mjs +++ b/apps/viewer/next.config.mjs @@ -35,7 +35,7 @@ const nextConfig = { return [ { source: '/discord', - destination: 'https://discord.com/invite/ymK8Q33d5Z', + destination: 'https://discord.gg/xjyQczWAXV', permanent: true, }, ]