diff --git a/src/routes.json b/src/routes.json index 8d351c0f8..97976d6bb 100644 --- a/src/routes.json +++ b/src/routes.json @@ -25,7 +25,7 @@ "name": "conference-index", "pattern": "^/conference/?(\\?.*)?$", "routeAlias": "/conference(?!/201[4-9])", - "redirect": "/conference/2021" + "redirect": "/conference/2020" }, { "name": "conference-index-2017", @@ -83,12 +83,6 @@ "name": "conference-index-2020", "pattern": "^/conference/2020/?$", "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", "title": "Scratch Conferences", "viewportWidth": "device-width"