/settings -> /settings/.. redirect in next.config.js is server only (#5379)

pull/5337/head^2
Alex van Andel 2022-11-04 16:30:12 -04:00 committed by GitHub
parent 2aa84cd5ce
commit 5030245ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ const navigation: NavigationItemType[] = [
},
{
name: "settings",
href: "/settings",
href: "/settings/my-account/profile",
icon: Icon.FiSettings,
},
];