We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d734c70 + 90efa3e commit dca235eCopy full SHA for dca235e
1 file changed
vercel.json
@@ -209,6 +209,16 @@
209
"destination": "https://learn.temporal.io/getting_started/php/hello_world_in_php/",
210
"permanent": true
211
},
212
+ {
213
+ "source": "/tutorials",
214
+ "destination": "https://learn.temporal.io/tutorials/",
215
+ "permanent": true
216
+ },
217
218
+ "source": "/tutorials/:path*",
219
+ "destination": "https://learn.temporal.io/tutorials/:path*",
220
221
222
{
223
"source": "/php/booking-saga-tutorial",
224
"destination": "https://learn.temporal.io/tutorials/php/booking_saga/",
0 commit comments