diff --git a/apps/login/next.config.mjs b/apps/login/next.config.mjs index 9b9d624fb14..672e79c67f8 100755 --- a/apps/login/next.config.mjs +++ b/apps/login/next.config.mjs @@ -35,7 +35,7 @@ const secureHeaders = [ ]; const nextConfig = { - basePath: "/login", + basePath: "./", reactStrictMode: true, // Recommended for the `pages` directory, default in `app`. experimental: { dynamicIO: true,