mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #1390 from chrisgarrity/issue/gh1387
Add /info redirect
This commit is contained in:
commit
f1cfeeca81
1 changed files with 6 additions and 0 deletions
|
@ -157,6 +157,12 @@
|
|||
"routeAlias": "/help",
|
||||
"redirect": "/tips"
|
||||
},
|
||||
{
|
||||
"name": "info-redirect",
|
||||
"pattern": "^/info/?$",
|
||||
"routeAlias": "/info",
|
||||
"redirect": "/tips"
|
||||
},
|
||||
{
|
||||
"name": "tips",
|
||||
"pattern": "^/tips/?(\\?.*)?$",
|
||||
|
|
Loading…
Reference in a new issue