2
0

📝 Change community URLs, introduce Discord server

Closes #866
This commit is contained in:
Baptiste Arnaud
2023-11-14 08:41:46 +01:00
parent 74dd169b50
commit 8f224e3293
8 changed files with 28 additions and 17 deletions

View File

@ -31,6 +31,15 @@ const nextConfig = {
experimental: {
outputFileTracingRoot: join(__dirname, '../../'),
},
async redirects() {
return [
{
source: '/discord',
destination: 'https://discord.com/invite/ymK8Q33d5Z',
permanent: true,
},
]
},
async rewrites() {
return {
beforeFiles: (process.env.LANDING_PAGE_URL