diff --git a/next.config.mjs b/next.config.mjs index 50aad4f3..6c524562 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -185,6 +185,11 @@ const nextConfig = { source: '/daysofservice/', destination: 'https://daysofservice.hackclub.com', permanent: true + }, + { + source: '/blot/', + destination: 'https://blot.hackclub.com', + permanent: false } ] },