From 6f8a127e6f16b16bbfcd1d1c8a5db4e237205312 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:44:58 -0500 Subject: [PATCH] redirects --- vercel.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/vercel.json b/vercel.json index 8647f27a0e..288fad24f9 100644 --- a/vercel.json +++ b/vercel.json @@ -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 } ] } \ No newline at end of file