From 288acf249021487a53d75da9857801a929b11656 Mon Sep 17 00:00:00 2001 From: jiasheng Date: Sat, 28 Jun 2025 13:08:08 +0800 Subject: [PATCH] doc: add redirect for authentication guides to quick-start --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index c5aa9e99..441c9349 100644 --- a/vercel.json +++ b/vercel.json @@ -25,6 +25,7 @@ "source": "/docs/intro/frontend", "destination": "/docs/the-complete-guide/part4/", "permanent": true - } + }, + { "source": "/docs/guides/authentication/:path*", "destination": "/docs/quick-start/authentication/:path*", "permanent": true } ] }