diff --git a/vercel.json b/vercel.json index fd48dd5b3d..7faeccefaf 100644 --- a/vercel.json +++ b/vercel.json @@ -5,6 +5,11 @@ "silent": true }, "redirects": [ + { + "source": "/tutorials/:path*", + "destination": "https://learn.temporal.io/tutorials/:path*", + "permanent": true + }, { "source": "/cloud/introduction", "destination": "/cloud/overview",