Skip to content

Commit a599a4d

Browse files
feat: Update team redirect destinations
1 parent 17374d1 commit a599a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/redirects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)