Skip to content

Commit

Permalink
Use new Lookbook URL (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed May 10, 2024
1 parent 001fb1c commit 756aa61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,22 +852,22 @@
{
"name": "ViewComponents Preview assets proxy",
"match": "^assets/(.*)",
"destination": "https://view-components-storybook.eastus.cloudapp.azure.com/assets/{R:1}"
"destination": "https://primer-lookbook.github.com/assets/{R:1}"
},
{
"name": "ViewComponents Lookbook assets proxy",
"match": "^lookbook-assets/(.*)",
"destination": "https://view-components-storybook.eastus.cloudapp.azure.com/lookbook-assets/{R:1}"
"destination": "https://primer-lookbook.github.com/lookbook-assets/{R:1}"
},
{
"name": "ViewComponents Lookbook proxy",
"match": "^view-components/lookbook/(.*)",
"destination": "https://view-components-storybook.eastus.cloudapp.azure.com/view-components/lookbook/{R:1}"
"destination": "https://primer-lookbook.github.com/view-components/lookbook/{R:1}"
},
{
"name": "ViewComponents Rails App proxy",
"match": "^view-components/rails-app/(.*)",
"destination": "https://view-components-storybook.eastus.cloudapp.azure.com/view-components/rails-app/{R:1}"
"destination": "https://primer-lookbook.github.com/view-components/rails-app/{R:1}"
},
{
"name": "Presentations proxy",
Expand Down

0 comments on commit 756aa61

Please sign in to comment.