mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -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",
|
"routeAlias": "/help",
|
||||||
"redirect": "/tips"
|
"redirect": "/tips"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "info-redirect",
|
||||||
|
"pattern": "^/info/?$",
|
||||||
|
"routeAlias": "/info",
|
||||||
|
"redirect": "/tips"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "tips",
|
"name": "tips",
|
||||||
"pattern": "^/tips/?(\\?.*)?$",
|
"pattern": "^/tips/?(\\?.*)?$",
|
||||||
|
|
Loading…
Reference in a new issue