diff --git a/vercel.json b/vercel.json index d00fab531e..e46aca2185 100644 --- a/vercel.json +++ b/vercel.json @@ -209,6 +209,16 @@ "destination": "https://learn.temporal.io/getting_started/php/hello_world_in_php/", "permanent": true }, + { + "source": "/tutorials", + "destination": "https://learn.temporal.io/tutorials/", + "permanent": true + }, + { + "source": "/tutorials/:path*", + "destination": "https://learn.temporal.io/tutorials/:path*", + "permanent": true + }, { "source": "/php/booking-saga-tutorial", "destination": "https://learn.temporal.io/tutorials/php/booking_saga/",