From 16b73a910a98d9b11c50f654db7bf75fc8fd1b9d Mon Sep 17 00:00:00 2001 From: natebuch Date: Mon, 19 Aug 2024 16:00:57 -0500 Subject: [PATCH] Add redirects to vercel.json. --- vercel.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index da2fcb7f..bceeaf0a 100644 --- a/vercel.json +++ b/vercel.json @@ -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 } ] -} +} \ No newline at end of file