mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Merge pull request #3459 from LLK/hotfix/hoc-redirects
[Develop] Add redirects for Make it Fly and Imagine If tutorials
This commit is contained in:
commit
699bd84190
1 changed files with 5 additions and 6 deletions
|
@ -512,15 +512,14 @@
|
|||
},
|
||||
{
|
||||
"name": "fly-tutorial-redirect",
|
||||
"pattern": "^/fly/?$",
|
||||
"pattern": "^/(makeit)?fly/?$",
|
||||
"routeAlias": "/(makeit)?fly/?$",
|
||||
"redirect": "/ideas"
|
||||
"redirect": "/projects/editor/?tutorial=make-it-fly"
|
||||
},
|
||||
{
|
||||
"name": "makeitfly-tutorial-redirect",
|
||||
"pattern": "^/makeitfly/?$",
|
||||
"routeAlias": "/(makeit)?fly/?$",
|
||||
"redirect": "/ideas"
|
||||
"name": "imagine-if-tutorial-redirect",
|
||||
"pattern": "^/imagine/?$",
|
||||
"redirect": "/projects/editor/?tutorial=imagine"
|
||||
},
|
||||
{
|
||||
"name": "pet-tutorial-redirect",
|
||||
|
|
Loading…
Reference in a new issue