Skip to content

Commit

Permalink
Trying the general quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda VS committed Nov 6, 2023
1 parent e744c87 commit 6faaab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -966,15 +966,15 @@ const redirects = [
},
{
from: ['/microsites/add-login/add-login-native-mobile-app'],
to: '/quickstart/native',
to: '/quickstarts',
},
{
from: ['/microsites/add-login/add-login-regular-web-app'],
to: '/quickstart/webapp',
to: '/quickstarts',
},
{
from: ['/microsites/call-api/call-api-device'],
to: '/quickstart/spa',
to: '/quickstarts',
},
{
from: ['/microsites/call-api/call-api-device'],
Expand Down

0 comments on commit 6faaab9

Please sign in to comment.