From a7f56b23952813585a26fbb45a040c928933cefd Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Thu, 30 Apr 2026 21:24:48 +0200 Subject: [PATCH] Add redirect from /getting-started to /quickstart Co-Authored-By: Oz --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index bc16f299..245a45dc 100644 --- a/vercel.json +++ b/vercel.json @@ -2176,6 +2176,11 @@ "destination": "/terminal/sessions/", "statusCode": 308 }, + { + "source": "/getting-started", + "destination": "/quickstart/", + "statusCode": 308 + }, { "source": "/getting-started/account-and-login", "destination": "/getting-started/quickstart/installation-and-setup/",