Skip to content

Commit

Permalink
redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Nov 7, 2023
1 parent 4f317f6 commit 6f8a127
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,26 @@
"source": "/getting-started",
"destination": "/build/getting-started/app-architecture",
"permanent": true
},
{
"source": "/guides/:path*",
"destination": "/build/guides/:path*",
"permanent": true
},
{
"source": "/next/guides/:path*",
"destination": "/next/build/guides/:path*",
"permanent": true
},
{
"source": "/build/getting-started/testing",
"destination": "/build/guides/smart-contracts/testing",
"permanent": true
},
{
"source": "/next/build/getting-started/testing",
"destination": "/next/build/guides/smart-contracts/testing",
"permanent": true
}
]
}

0 comments on commit 6f8a127

Please sign in to comment.