@ -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
|
||||
|
Reference in New Issue
Block a user