diff --git a/src/routes.json b/src/routes.json index d5261c3c4..a56e82126 100644 --- a/src/routes.json +++ b/src/routes.json @@ -512,7 +512,13 @@ }, { "name": "fly-tutorial-redirect", - "pattern": "^/(makeit)?fly/?$", + "pattern": "^/fly/?$", + "routeAlias": "/(makeit)?fly/?$", + "redirect": "/projects/editor/?tutorial=make-it-fly" + }, + { + "name": "makeitfly-tutorial-redirect", + "pattern": "^/makeitfly/?$", "routeAlias": "/(makeit)?fly/?$", "redirect": "/projects/editor/?tutorial=make-it-fly" },