Skip to content

Commit e2054d7

Browse files
Update astro.config.mjs
Fixed failed redirects
1 parent 2e9c3ce commit e2054d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default defineConfig({
106106
"/authenticate/enterprise-connections/":
107107
"/authenticate/enterprise-connections/about-enterprise-connections/",
108108
"/authenticate/manage-authentication/":
109-
"/authenticate/manage-authentication/authenticated-sessions-across-multiple-applications/",
109+
"/authenticate/manage-authentication/user-auth-applications/",
110110
"/authenticate/multi-factor-auth/":
111111
"/authenticate/multi-factor-auth/about-multi-factor-authentication/",
112112
"/authenticate/social-sign-in/":
@@ -116,7 +116,7 @@ export default defineConfig({
116116
"/billing/about-billing/":
117117
"/billing/about-billing/about-billing/",
118118
"/billing/billing-user-experience/":
119-
"/billing/billing-user-experience/add-pricing-table/",
119+
"/billing/billing-user-experience/plan-selection/",
120120
"/billing/get-started/":
121121
"/billing/get-started/add-billing-role/",
122122
"/billing/manage-plans/":

0 commit comments

Comments
 (0)