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"