Skip to content

Commit

Permalink
Update vercel.json to redirect get started page
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf authored Sep 23, 2024
1 parent bfadd4f commit b0408b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/site/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"source": "/articles/what-is-GEL",
"destination": "/articles/what-is-gel"
},
{
"source": "/design-system/development/get-started?b=(.*)",
"destination": "/design-system/wbc/get-started/developers/1-set-up"
},
{
"source": "/design-system/accessibility/(.*)",
"destination": "/design-system/wbc/accessibility/$1"
Expand Down

0 comments on commit b0408b3

Please sign in to comment.