We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17374d1 commit b705406Copy full SHA for b705406
apps/dashboard/redirects.js
@@ -21,7 +21,7 @@ const legacyDashboardToTeamRedirects = [
21
},
22
{
23
source: "/dashboard/settings/api-keys",
24
- destination: "/team/~/~/projects",
+ destination: "/team",
25
permanent: false,
26
27
@@ -160,12 +160,12 @@ async function redirects() {
160
161
162
source: "/create-api-key",
163
164
165
166
167
source: "/dashboard/settings",
168
169
170
171
0 commit comments