mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Remove unnecessary ‘^’ from routeAliases
This commit is contained in:
parent
89a8c3fc55
commit
ced9339fb6
1 changed files with 2 additions and 2 deletions
|
@ -154,13 +154,13 @@
|
||||||
{
|
{
|
||||||
"name": "help",
|
"name": "help",
|
||||||
"pattern": "^/help/?(\\?.*)?$",
|
"pattern": "^/help/?(\\?.*)?$",
|
||||||
"routeAlias": "^/help/?(\\?.*)?$",
|
"routeAlias": "/help/?(\\?.*)?$",
|
||||||
"redirect": "/tips"
|
"redirect": "/tips"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "info-redirect",
|
"name": "info-redirect",
|
||||||
"pattern": "^/info/?(\\?.*)?$",
|
"pattern": "^/info/?(\\?.*)?$",
|
||||||
"routeAlias": "^/info/?(\\?.*)?$",
|
"routeAlias": "/info/?(\\?.*)?$",
|
||||||
"redirect": "/tips"
|
"redirect": "/tips"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue