mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
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:
parent
e246c6a75c
commit
44e64aede8
1 changed files with 12 additions and 0 deletions
|
@ -478,6 +478,13 @@
|
|||
{
|
||||
"name": "fly-tutorial-redirect",
|
||||
"pattern": "^/fly/?$",
|
||||
"routeAlias": "/(makeit)?fly/?$",
|
||||
"redirect": "/tips"
|
||||
},
|
||||
{
|
||||
"name": "makeitfly-tutorial-redirect",
|
||||
"pattern": "^/makeitfly/?$",
|
||||
"routeAlias": "/(makeit)?fly/?$",
|
||||
"redirect": "/tips"
|
||||
},
|
||||
{
|
||||
|
@ -554,5 +561,10 @@
|
|||
"name": "makey-tutorial-redirects",
|
||||
"pattern": "^/makey(piano|drum)?/?$",
|
||||
"redirect": "/tips"
|
||||
},
|
||||
{
|
||||
"name": "bird-redirect",
|
||||
"pattern": "^/bird/?$",
|
||||
"redirect": "/tips"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue