From 134dbbd3a8a70d5d5bdc46e2fd47601c6d1ed7c5 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 16 Dec 2016 10:41:45 -0500 Subject: [PATCH] Remove `routeAlias` from splash redirect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not necessary, and I believe is causing confusion for the faslty config. --- src/routes.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index fa9c8b2b261..0a318506d03 100644 --- a/src/routes.json +++ b/src/routes.json @@ -9,7 +9,6 @@ { "name": "splash-redirect", "pattern": "^///?$", - "routeAlias": "/?$", "redirect": "/" }, {