Skip to content

Commit

Permalink
fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Jun 14, 2024
1 parent 55c48ea commit b8d28b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"destination": "/appkit/features/socials"
},
{
"source": "/web3modal/:path",
"source": "/web3modal/:path*",
"destination": "/appkit/overview"
},
{
"source": "/web3inbox/:path",
"source": "/web3inbox/:path*",
"destination": "/appkit/overview"
},
{
"source": "/web3wallet/:path",
"source": "/web3wallet/:path*",
"destination": "/walletkit/overview"
}
]
Expand Down

0 comments on commit b8d28b3

Please sign in to comment.