Skip to content

Commit eb4fc35

Browse files
committed
fix: update Discord redirect URL to the correct invite link
1 parent 18037fc commit eb4fc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
return [
1010
{
1111
source: "/discord",
12-
destination: "https://discord.com/invite/mDP9VWGeAw",
12+
destination: "https://discord.com/invite/npPXFQcsK8",
1313
permanent: false,
1414
},
1515
{

0 commit comments

Comments
 (0)