diff --git a/next.config.mjs b/next.config.mjs index b325fc8f..fce8f3d3 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -202,6 +202,11 @@ const nextConfig = { destination: 'https://github.com/hackclub', permanent: true }, + { + source: '/nest', + destination: 'https://hackclub.app', + permanent: true + } ] }, async rewrites() { @@ -318,10 +323,6 @@ const nextConfig = { source: '/arcade/power-hour', destination: '/arcade/power-hour/index.html' }, - { - source: '/nest/', - destination: 'https://hackclub.app/' - } ] }, async headers() {