Skip to content

Commit

Permalink
rewrite old site path mapping to align with new site
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Feb 24, 2024
1 parent 6bd7e47 commit aa97bcb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions apps/site/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,34 @@
{
"source": "/articles/what-is-GEL",
"destination": "/articles/what-is-gel"
},
{
"source": "/design-system/accessibility/(.*)",
"destination": "/design-system/wbc/accessibility/$1"
},
{
"source": "/design-system/foundation/(.*)",
"destination": "/design-system/wbc/foundation/$1"
},
{
"source": "/design-system/components/(.*)",
"destination": "/design-system/wbc/components/$1"
},
{
"source": "/design-system/patterns/(.*)",
"destination": "/design-system/wbc/patterns/$1"
},
{
"source": "/design-system/development/(.*)",
"destination": "/design-system/wbc/development/$1"
},
{
"source": "/design-system/content/(.*)",
"destination": "/design-system/wbc/content/$1"
},
{
"source": "/design-system/design-tokens",
"destination": "/design-system/wbc/design-tokens"
}
],
"headers": [
Expand Down

0 comments on commit aa97bcb

Please sign in to comment.