Change back routeAlias for conference pages

These are needed to ensure that fastly doesn’t 404 on the 2016 and 2017 sites.
This commit is contained in:
Matthew Taylor 2017-11-21 09:25:42 -05:00
parent 3283904bb9
commit 2acf90ba41

View file

@ -44,7 +44,7 @@
{ {
"name": "conference-index", "name": "conference-index",
"pattern": "^/conference/?$", "pattern": "^/conference/?$",
"routeAlias": "/conference(?!/201[4-7])", "routeAlias": "/conference(?!/201[4-5])",
"view": "conference/2018/index/index", "view": "conference/2018/index/index",
"title": "Scratch Conference", "title": "Scratch Conference",
"viewportWidth": "device-width" "viewportWidth": "device-width"
@ -52,7 +52,7 @@
{ {
"name": "conference-index-2017", "name": "conference-index-2017",
"pattern": "^/conference/2017/?$", "pattern": "^/conference/2017/?$",
"routeAlias": "/conference(?!/201[4-6])", "routeAlias": "/conference(?!/201[4-5])",
"view": "conference/2017/index/index", "view": "conference/2017/index/index",
"title": "Scratch Conference", "title": "Scratch Conference",
"viewportWidth": "device-width" "viewportWidth": "device-width"