diff --git a/next.config.mjs b/next.config.mjs index ff91a664..9ce28e3f 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -191,7 +191,7 @@ const nextConfig = { source: '/blot/', destination: 'https://blot.hackclub.com', permanent: false - } + }, { source: '/donate', destination: '/philanthropy', @@ -312,7 +312,7 @@ const nextConfig = { { source: '/arcade/power-hour', destination: '/arcade/power-hour/index.html' - }, + } ] }, async headers() {