From 1bac8da44139b4d9f3bea1750a984baf19612949 Mon Sep 17 00:00:00 2001 From: Sivakumar Kailasam Date: Wed, 21 Feb 2018 18:48:07 +0530 Subject: [PATCH] Handle redirect path with slash --- static.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static.json b/static.json index 6e18a87e1d..7fbb43a847 100644 --- a/static.json +++ b/static.json @@ -36,6 +36,9 @@ }, "/guides": { "url": "https://guides.emberjs.com/" + }, + "/guides/": { + "url": "https://guides.emberjs.com/" } } }