diff --git a/next.config.js b/next.config.js index 2395341..6677246 100644 --- a/next.config.js +++ b/next.config.js @@ -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 + ]; + }, +};