From 7d6c168b93ccb2ed696c737eb56e903f30580399 Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Thu, 19 Mar 2026 14:21:00 +0100 Subject: [PATCH] feat: add rewrite --- vercel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/vercel.json b/vercel.json index 2dd06bbb..48579ef5 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,16 @@ { "cleanUrls": true, + "rewrites": [ + { + "source": "/", + "has": [{ "type": "host", "value": "docs.iex.ec" }], + "destination": "https://documentation-yi1w.vercel.app/nox-protocol/" + }, + { + "source": "/nox-protocol/:path*", + "destination": "https://documentation-yi1w.vercel.app/nox-protocol/:path*" + } + ], "redirects": [ { "source": "/robots.txt",