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 } ] }