/settings -> /settings/.. redirect in next.config.js is server only (#5379)
parent
2aa84cd5ce
commit
5030245ad5
|
@ -517,7 +517,7 @@ const navigation: NavigationItemType[] = [
|
|||
},
|
||||
{
|
||||
name: "settings",
|
||||
href: "/settings",
|
||||
href: "/settings/my-account/profile",
|
||||
icon: Icon.FiSettings,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue