diff --git a/web/next.config.js b/web/next.config.js index 8af0d42e3..084058951 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -30,6 +30,15 @@ const nextConfig = { ], unoptimized: true, }, + async redirects() { + return [ + { + source: "/accounts/sign-up", + destination: "/", + permanent: true + } + ] + }, async rewrites() { const rewrites = [ {