fix: auth redirect (#10556)

Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
pull/10629/head^2
Udit Takkar 2023-08-07 16:51:02 +05:30 committed by GitHub
parent d36002d24c
commit 0d62311b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -376,6 +376,11 @@ const nextConfig = {
destination: "/signup",
permanent: true,
},
{
source: "/auth",
destination: "/auth/login",
permanent: false,
},
{
source: "/settings",
destination: "/settings/my-account/profile",