2
0

📝 Update Discord invite link

This commit is contained in:
Baptiste Arnaud
2023-11-14 18:00:23 +01:00
parent 00265af0cc
commit 27e9c1adb9
3 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ Used to search for images. You can create a Giphy app [here](https://unsplash.co
## Tolgee (i18n contribution dev tool) ## Tolgee (i18n contribution dev tool)
:::note :::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). Set up these environment variables to enable [Tolgee dev tool](https://tolgee.io/features/dev-tools).

View File

@ -20,7 +20,7 @@ const nextConfig = {
}, },
{ {
source: '/discord', source: '/discord',
destination: 'https://discord.com/invite/ymK8Q33d5Z', destination: 'https://discord.gg/xjyQczWAXV',
permanent: true, permanent: true,
}, },
] ]

View File

@ -35,7 +35,7 @@ const nextConfig = {
return [ return [
{ {
source: '/discord', source: '/discord',
destination: 'https://discord.com/invite/ymK8Q33d5Z', destination: 'https://discord.gg/xjyQczWAXV',
permanent: true, permanent: true,
}, },
] ]