From b0b6cfd85778f5956dc8d1fe10cc30602233952e Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:44:29 -0400 Subject: [PATCH] redirect #288 --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 649ae0e4a5..c58d33b2dd 100644 --- a/vercel.json +++ b/vercel.json @@ -956,6 +956,11 @@ "destination": "/tools/:path*", "permanent": true }, + { + "source": "/tools/intro", + "destination": "tools", + "permanent": true + }, { "source": "/learn", "destination": "https://academy.ecdao.org/en",