Skip to content

Commit

Permalink
Update redirects.js
Browse files Browse the repository at this point in the history
Those darn single quotes
  • Loading branch information
avanscoy committed Nov 6, 2023
1 parent 6faaab9 commit e987744
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: '/quickstarts',
to: '/quickstart/native',
},
{
from: ['/microsites/add-login/add-login-regular-web-app'],
to: '/quickstarts',
to: '/quickstart/webapp',
},
{
from: ['/microsites/call-api/call-api-device'],
to: '/quickstarts',
to: '/quickstart/native',
},
{
from: ['/microsites/call-api/call-api-device'],
Expand Down

0 comments on commit e987744

Please sign in to comment.