From 2a13df0164edd3ced172933ad27923cbdfd31a02 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sun, 8 Dec 2019 19:31:59 -0800 Subject: [PATCH] fix trailing slash redirects --- now.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/now.json b/now.json index 81b3e5c..bb6b7da 100644 --- a/now.json +++ b/now.json @@ -45,11 +45,11 @@ }, { "src": "/embed/", - "dest": "/embed.html" + "dest": "/embed" }, { "src": "/about/", - "dest": "/about.html" + "dest": "/about" }, { "handle": "filesystem" } ],