diff --git a/next.config.mjs b/next.config.mjs index 9ce28e3f..34a6abbd 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -312,6 +312,10 @@ const nextConfig = { { source: '/arcade/power-hour', destination: '/arcade/power-hour/index.html' + }, + { + source: '/nest/', + destination: 'https://hackclub.app/' } ] },