Skip to content

Commit

Permalink
fix: redirect rate limit -> flow limit (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 authored Sep 10, 2024
1 parent c52e9f5 commit 2906be6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"framework": null,
"redirects": [
{
"source": "/dev/send-tokens/interchain-tokens/rate-limit/",
"destination": "/dev/send-tokens/interchain-tokens/flow-limit/",
"permanent": true
},
{
"source": "/dev/send-tokens/interchain-tokens/upgrade-tokens/",
"destination": "/dev/send-tokens/interchain-tokens/intro/",
Expand Down

0 comments on commit 2906be6

Please sign in to comment.