Skip to content

Commit

Permalink
Add redirects to vercel.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
natebuch committed Aug 19, 2024
1 parent 7893de5 commit 16b73a9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,21 @@
"source": "/get-started/transactions",
"destination": "/stacks/stacks.js/concepts/transactions",
"permanent": true
},
{
"source": "/stacks/chainhook/concepts/bitcoin-predicates",
"destination": "/stacks/chainhook/concepts/predicate-design",
"permanent": true
},
{
"source": "/stacks/chainhook/concepts/stacks-predicates",
"destination": "/stacks/chainhook/concepts/predicate-design",
"permanent": true
},
{
"source": "/stacks/chainhook/references/scopes",
"destination": "/stacks/chainhook/references/scopes/stacks-scopes",
"permanent": true
}
]
}
}

0 comments on commit 16b73a9

Please sign in to comment.