fix: auth redirect (#10556)
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>pull/10629/head^2
parent
d36002d24c
commit
0d62311b41
|
@ -376,6 +376,11 @@ const nextConfig = {
|
|||
destination: "/signup",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/auth",
|
||||
destination: "/auth/login",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
source: "/settings",
|
||||
destination: "/settings/my-account/profile",
|
||||
|
|
Loading…
Reference in New Issue