Skip to content

Commit 85a3b25

Browse files
committed
Add discord redirect
1 parent 47b2f9c commit 85a3b25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export default {
88
source: '/privacy-policy',
99
destination: '/privacy_policy.html',
1010
},
11+
{
12+
source: '/discord',
13+
destination: 'https://discordapp.com/invite/73fdDSS',
14+
},
1115
];
1216
},
1317
};

0 commit comments

Comments
 (0)