Skip to content

Commit b705406

Browse files
[Dashboard] fix: Update dashboard redirect paths to /team (#5986)
1 parent 17374d1 commit b705406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/dashboard/redirects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const legacyDashboardToTeamRedirects = [
2121
},
2222
{
2323
source: "/dashboard/settings/api-keys",
24-
destination: "/team/~/~/projects",
24+
destination: "/team",
2525
permanent: false,
2626
},
2727
{
@@ -160,12 +160,12 @@ async function redirects() {
160160
},
161161
{
162162
source: "/create-api-key",
163-
destination: "/team/~/~/projects",
163+
destination: "/team",
164164
permanent: false,
165165
},
166166
{
167167
source: "/dashboard/settings",
168-
destination: "/team/~/~/projects",
168+
destination: "/team",
169169
permanent: false,
170170
},
171171
{

0 commit comments

Comments
 (0)