diff --git a/vercel.json b/vercel.json index 04964d2faa..d64174a3d4 100644 --- a/vercel.json +++ b/vercel.json @@ -3846,6 +3846,34 @@ { "source": "/docs/platform/classic-projects/support", "destination": "https://www.prisma.io/support" + }, + { + "source": "/docs/platform/classic-projects", + "destination": "/docs/platform" + }, + { + "source": "/docs/platform/platform-console/about", + "destination": "/docs/platform/about" + }, + { + "source": "/docs/platform/platform-console/concepts/workspaces", + "destination": "/docs/platform/concepts/workspaces" + }, + { + "source": "/docs/platform/platform-console/concepts/projects", + "destination": "/docs/platform/concepts/projects" + }, + { + "source": "/docs/platform/platform-console/maturity-levels", + "destination": "/docs/platform/maturity-levels" + }, + { + "source": "/docs/platform/platform-console/limits", + "destination": "/docs/platform/limits" + }, + { + "source": "/docs/platform/platform-console/support", + "destination": "/docs/platform/support" } ] }