Add missing tutorial shortcuts

Add `/bird` and `/makeitfly` as redirects to the tips page.

When the Fly tutorial is created /mak
This commit is contained in:
chrisgarrity 2018-12-03 10:45:03 -05:00
parent e246c6a75c
commit 44e64aede8

View file

@ -478,6 +478,13 @@
{ {
"name": "fly-tutorial-redirect", "name": "fly-tutorial-redirect",
"pattern": "^/fly/?$", "pattern": "^/fly/?$",
"routeAlias": "/(makeit)?fly/?$",
"redirect": "/tips"
},
{
"name": "makeitfly-tutorial-redirect",
"pattern": "^/makeitfly/?$",
"routeAlias": "/(makeit)?fly/?$",
"redirect": "/tips" "redirect": "/tips"
}, },
{ {
@ -554,5 +561,10 @@
"name": "makey-tutorial-redirects", "name": "makey-tutorial-redirects",
"pattern": "^/makey(piano|drum)?/?$", "pattern": "^/makey(piano|drum)?/?$",
"redirect": "/tips" "redirect": "/tips"
},
{
"name": "bird-redirect",
"pattern": "^/bird/?$",
"redirect": "/tips"
} }
] ]