From 83f6bc6892278f80ae0287523bea84faf096be1a Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 8 Dec 2016 17:37:34 -0500 Subject: [PATCH] add slash thanks @rschamp! --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index 8f97a3b30..fa9c8b2b2 100644 --- a/src/routes.json +++ b/src/routes.json @@ -8,7 +8,7 @@ }, { "name": "splash-redirect", - "pattern": "^//?$", + "pattern": "^///?$", "routeAlias": "/?$", "redirect": "/" },