From 75281af8224acb2d565a005038fa1f658ba591ab Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:07:30 -0500 Subject: [PATCH] docs: Fix chain redirects (#15600) --- docs/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vercel.json b/docs/vercel.json index 66bce12f647..d8d10df8f66 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,7 +1,7 @@ { "redirects": [ { - "source": "/docs/modules/chains/:path*", + "source": "/docs/modules/chains/(.+)", "destination": "/docs/modules/chains" }, {