Skip to content

Commit

Permalink
fix: docs link (#896)
Browse files Browse the repository at this point in the history
* chore: add projects to showcase

* chore: checkout to new branch

* feat/add-i18n-to-docs

* fix: docs link

* chore: fix discord invite link
  • Loading branch information
tobySolutions committed Jan 23, 2024
1 parent 8f856c0 commit 1fd46ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/next.config.mjs
Expand Up @@ -23,6 +23,11 @@ const nextConfig = {
destination: '/docs/introduction',
statusCode: 302,
},
{
source: '/chat',
destination: 'https://discord.gg/QezWCDeYfH',
statusCode: 302,
},
];
},
};
Expand Down

0 comments on commit 1fd46ca

Please sign in to comment.