Skip to content

Commit

Permalink
chore: redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 11, 2023
1 parent 72ed0de commit 9e48a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"cleanUrls": true,
"redirects": [
{
"source": "/react/hooks/:path",
"destination": "/react/api/hooks/:path",
"source": "/react/:section(connectors|hooks)/:name",
"destination": "/react/api/:section/:name",
"permanent": true
}
]
Expand Down

1 comment on commit 9e48a03

@vercel
Copy link

@vercel vercel bot commented on 9e48a03 Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2.vercel.app
wagmi-v2-git-alpha-wagmi-dev.vercel.app
wagmi-v2-wagmi-dev.vercel.app
alpha.wagmi.sh

Please sign in to comment.