Skip to content

Commit

Permalink
Update Discord invite link in next.config.js
Browse files Browse the repository at this point in the history
Change the destination of the redirect from '<https://discord.gg/2pkvB82NaS>' to '<https://discord.gg/6EXgrmt
  • Loading branch information
lrmn7 committed May 7, 2024
1 parent 89e2589 commit d47f9b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ module.exports = {
},
{
source: '/madebytragic',
destination: 'https://discord.gg/2pkvB82NaS',
destination: 'https://discord.gg/6EXgrmtkPX',
permanent: true,
},
]; // Menutup kurung siku penutup array redirects
}, // Menutup fungsi redirects
}; // Menutup module.exports
];
},
};

0 comments on commit d47f9b4

Please sign in to comment.