From f927a6dec7a4f7b265df79cb8f117394cbe3e5ea Mon Sep 17 00:00:00 2001 From: Michael Louis Date: Fri, 27 Mar 2026 18:57:15 -0400 Subject: [PATCH] fixed redirects --- vercel.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/vercel.json b/vercel.json index f31c9d3..7e989f4 100644 --- a/vercel.json +++ b/vercel.json @@ -5,16 +5,6 @@ "destination": "/docs", "permanent": true }, - { - "source": "/cerebrium", - "destination": "/docs", - "permanent": true - }, - { - "source": "/cerebrium/:path(.*)", - "destination": "/docs/:path", - "permanent": true - }, { "source": "/docs/cerebrium", "destination": "/docs", @@ -35,6 +25,14 @@ "source": "/api/request", "destination": "https://cerebrium.mintlify.dev/_mintlify/api/request" }, + { + "source": "/cerebrium", + "destination": "https://cerebrium.mintlify.dev/docs" + }, + { + "source": "/cerebrium/:path*", + "destination": "https://cerebrium.mintlify.dev/docs/:path*" + }, { "source": "/docs", "destination": "https://cerebrium.mintlify.dev/docs"