mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
parent
9017a6c60b
commit
40295d3860
1 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
"name": "conference-index",
|
"name": "conference-index",
|
||||||
"pattern": "^/conference/?(\\?.*)?$",
|
"pattern": "^/conference/?(\\?.*)?$",
|
||||||
"routeAlias": "/conference(?!/201[4-9])",
|
"routeAlias": "/conference(?!/201[4-9])",
|
||||||
"redirect": "/conference/2020"
|
"redirect": "/conference/2021"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "conference-index-2017",
|
"name": "conference-index-2017",
|
||||||
|
@ -83,6 +83,12 @@
|
||||||
"name": "conference-index-2020",
|
"name": "conference-index-2020",
|
||||||
"pattern": "^/conference/2020/?$",
|
"pattern": "^/conference/2020/?$",
|
||||||
"routeAlias": "/conference(?!/201[4-9])",
|
"routeAlias": "/conference(?!/201[4-9])",
|
||||||
|
"redirect": "/conference/2021"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "conference-index-2021",
|
||||||
|
"pattern": "^/conference/2021/?$",
|
||||||
|
"routeAlias": "/conference(?!/201[4-9])",
|
||||||
"view": "conference/2020/index/index",
|
"view": "conference/2020/index/index",
|
||||||
"title": "Scratch Conferences",
|
"title": "Scratch Conferences",
|
||||||
"viewportWidth": "device-width"
|
"viewportWidth": "device-width"
|
||||||
|
|
Loading…
Reference in a new issue