Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Oct 27, 2023
1 parent 89ce0b6 commit c123bad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
"destination": "/community-resources/developer-portal/:path*",
"permanent": true
},
{
"source": "/flow/faq/:path*",
"destination": "/references/run-and-secure/nodes/faq/:path*",
"permanent": true
},
{
"source": "/flow/flow-ft/:path*",
"destination": "/concepts/token-standards/flow-ft/:path*",
Expand Down Expand Up @@ -1170,6 +1165,11 @@
"source": "/references/run-and-secure/flow-port/:path*",
"destination": "/references/run-and-secure/nodes/flow-port/:path*",
"permanent": true
},
{
"source": "/flow/faq/:path*",
"destination": "/references/run-and-secure/nodes/faq/:path*",
"permanent": true
}
]
}

0 comments on commit c123bad

Please sign in to comment.