From 17c1d05f79d6349d32acea19d9a98af3a444739e Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Wed, 28 Aug 2019 15:58:54 -0700 Subject: [PATCH] redirect /about/ -> /about --- now.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/now.json b/now.json index ac8cf37..81b3e5c 100644 --- a/now.json +++ b/now.json @@ -47,6 +47,10 @@ "src": "/embed/", "dest": "/embed.html" }, + { + "src": "/about/", + "dest": "/about.html" + }, { "handle": "filesystem" } ], "build": {