From cfff663ffb53dad6dbd1010864c074decabb909d Mon Sep 17 00:00:00 2001 From: Yashovardhan Agrawal <21066442+yashovardhan@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:21:59 +0400 Subject: [PATCH] Update vercel.json --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index cce5587ccbe..d8347624e9d 100644 --- a/vercel.json +++ b/vercel.json @@ -176,6 +176,11 @@ "destination": "https://docs.infura.io/how-to/use-ipfs/:path*/", "permanent": true }, + { + "source": "/services/", + "destination": "https://docs.infura.io/", + "permanent": true + }, { "source": "/services/:path*", "destination": "https://docs.infura.io/:path*",