Skip to content

Commit

Permalink
fix: ITS redirect (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 authored Sep 5, 2024
1 parent d4ee689 commit eb12d5b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"framework": null,
"redirects": [
{
"source": "/dev/send-tokens/interchain-tokens/upgrade-tokens/",
"destination": "/dev/send-tokens/interchain-tokens/intro/",
"permanent": true
},
{
"source": "/dev/send-tokens/interchain-tokens/create-token/",
"destination": "/dev/send-tokens/interchain-tokens/intro/",
"permanent": true
},
{
"source": "/dev/send-tokens/interchain-tokens/roadmap",
"destination": "/dev/send-tokens/roadmap/",
Expand Down Expand Up @@ -503,4 +513,4 @@
"permanent": true
}
]
}
}

0 comments on commit eb12d5b

Please sign in to comment.