Skip to content

Commit 28c14a6

Browse files
authored
fix cli account config 404 (#14901)
fixes #14530
1 parent f4fc76f commit 28c14a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218218

219219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220220
const userDocsRedirects = [
221+
{
222+
source: '/account/cli/configuration/',
223+
destination: '/cli/configuration/',
224+
},
221225
{
222226
source: '/organization/integrations/telegram-alerts-bot/',
223227
destination: '/organization/integrations/notification-incidents/telegram-alerts-bot/',

0 commit comments

Comments
 (0)