Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Jun 21, 2024
1 parent 1c2d3bc commit e8c8226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/frontpage/vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"rewrites": [
{
"source": "/addons/:match*",
"destination": "https://storybook-web-addons.netlify.app/addons/:match*"
},
{
"source": "/blog/:match*",
"destination": "https://storybook-blog.netlify.app/blog/:match*"
Expand All @@ -8,10 +12,6 @@
"source": "/day/:match*",
"destination": "https://storybook-day-2023.netlify.app/day/:match*"
},
{
"source": "/integrations/:match*",
"destination": "https://storybook-web-addons.netlify.app/integrations/:match*"
},
{
"source": "/showcase/:match*",
"destination": "https://storybook-component-catalog.netlify.app/showcase/:match*"
Expand Down

0 comments on commit e8c8226

Please sign in to comment.