Skip to content

Commit

Permalink
Remove desktop proxy rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Sep 28, 2023
1 parent 793ffed commit 52971fd
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
},
{
"name": "Native Desktop - Getting started",
"match": "^desktop$",
"match": "^desktop/?$",
"destination": "/design/native/desktop/getting-started"
},
{
Expand Down Expand Up @@ -452,21 +452,11 @@
"match": "^doctocat/(.*)",
"destination": "https://primer.github.io/doctocat/{R:1}"
},
{
"name": "CLI proxy",
"match": "^cli/(.*)",
"destination": "https://primer.github.io/cli/{R:1}"
},
{
"name": "Primitives proxy",
"match": "^primitives/storybook/(.*)",
"destination": "https://primer.github.io/primitives/storybook/{R:1}"
},
{
"name": "Mobile proxy",
"match": "^mobile/(.*)",
"destination": "https://primer.github.io/mobile/{R:1}"
},
{
"name": "Brand Storybook proxy",
"match": "^brand/storybook/(.*)",
Expand All @@ -477,11 +467,6 @@
"match": "^brand/(.*)",
"destination": "https://primer.github.io/brand/{R:1}"
},
{
"name": "Desktop proxy",
"match": "^desktop/(.*)",
"destination": "https://primer.github.io/desktop/{R:1}"
},
{
"name": "Contribute proxy",
"match": "^contribute/(.*)",
Expand Down

0 comments on commit 52971fd

Please sign in to comment.