mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -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/?\\??",
|
"routeAlias": "/go/?\\??",
|
||||||
"redirect": "/ideas"
|
"redirect": "/ideas"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "all-tutorials-redirect",
|
||||||
|
"pattern": "^/tutorials/?$",
|
||||||
|
"redirect": "/projects/editor/?tutorial=all"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "create-tutorial-redirect",
|
"name": "create-tutorial-redirect",
|
||||||
"pattern": "^/create/?$",
|
"pattern": "^/create/?$",
|
||||||
|
|
Loading…
Reference in a new issue