mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
[develop] hoc2014 redirect hotfix
This commit is contained in:
parent
cd27b68cd1
commit
d0f365ffde
1 changed files with 6 additions and 0 deletions
|
@ -310,6 +310,12 @@
|
||||||
"routeAlias": "/hoc/?\\??",
|
"routeAlias": "/hoc/?\\??",
|
||||||
"redirect": "/tips"
|
"redirect": "/tips"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "hoc2014-redirect",
|
||||||
|
"pattern": "^/hoc2014/?(\\?.*)?$",
|
||||||
|
"routeAlias": "/hoc2014/?\\??",
|
||||||
|
"redirect": "/tips"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "info-redirect",
|
"name": "info-redirect",
|
||||||
"pattern": "^/info/?(\\?.*)?$",
|
"pattern": "^/info/?(\\?.*)?$",
|
||||||
|
|
Loading…
Reference in a new issue