From 2acf90ba41c2205e07cdbd10f36ddd939ff553b2 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 21 Nov 2017 09:25:42 -0500 Subject: [PATCH] Change back routeAlias for conference pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are needed to ensure that fastly doesn’t 404 on the 2016 and 2017 sites. --- src/routes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.json b/src/routes.json index b68120d45..d7e9ea809 100644 --- a/src/routes.json +++ b/src/routes.json @@ -44,7 +44,7 @@ { "name": "conference-index", "pattern": "^/conference/?$", - "routeAlias": "/conference(?!/201[4-7])", + "routeAlias": "/conference(?!/201[4-5])", "view": "conference/2018/index/index", "title": "Scratch Conference", "viewportWidth": "device-width" @@ -52,7 +52,7 @@ { "name": "conference-index-2017", "pattern": "^/conference/2017/?$", - "routeAlias": "/conference(?!/201[4-6])", + "routeAlias": "/conference(?!/201[4-5])", "view": "conference/2017/index/index", "title": "Scratch Conference", "viewportWidth": "device-width"