mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #2728 from chrisgarrity/issue/2271-tutorials-shortcut
Add route for `/tutorials` shortcut
This commit is contained in:
commit
29b08dfd16
1 changed files with 5 additions and 0 deletions
|
@ -407,6 +407,11 @@
|
|||
"routeAlias": "/go/?\\??",
|
||||
"redirect": "/ideas"
|
||||
},
|
||||
{
|
||||
"name": "all-tutorials-redirect",
|
||||
"pattern": "^/tutorials/?$",
|
||||
"redirect": "/projects/editor/?tutorial=all"
|
||||
},
|
||||
{
|
||||
"name": "create-tutorial-redirect",
|
||||
"pattern": "^/create/?$",
|
||||
|
|
Loading…
Reference in a new issue