Skip to content

Commit d5242db

Browse files
authored
update redirect for devblog (#6873)
2 parents 1ae6402 + 8d4e73a commit d5242db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/vercel.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3297,17 +3297,17 @@
32973297
"permanent": true
32983298
},
32993299
{
3300-
"source": "/guides/best-practices/environment-setup/1-env-guide-overview",
3301-
"destination": "/guides/orchestration/set-up-ci/overview",
3300+
"source": "/best-practices/environment-setup/1-env-guide-overview",
3301+
"destination": "guides/set-up-ci?step=1",
33023302
"permanent": true
33033303
},
33043304
{
3305-
"source": "/guides/best-practices/environment-setup/2-one-deployment-environment",
3305+
"source": "/best-practices/environment-setup/2-one-deployment-environment",
33063306
"destination": "/guides/orchestration/set-up-ci/in-15-minutes",
33073307
"permanent": true
33083308
},
33093309
{
3310-
"source": "/guides/best-practices/environment-setup/3-many-deployment-environments",
3310+
"source": "/best-practices/environment-setup/3-many-deployment-environments",
33113311
"destination": "/guides/orchestration/set-up-ci/multiple-environments",
33123312
"permanent": true
33133313
},

0 commit comments

Comments
 (0)