From 8960ee74c2b5afbaa6af3bd5902e8b989af8753e Mon Sep 17 00:00:00 2001 From: Stephen Parish <840677+stephenparish@users.noreply.github.com> Date: Mon, 2 Dec 2019 07:47:24 -0800 Subject: [PATCH] Remove redirect to enable the site --- src/html.js | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/html.js b/src/html.js index 46b7bfb..2b95285 100644 --- a/src/html.js +++ b/src/html.js @@ -15,30 +15,6 @@ export default function HTML(props) { href="https://fonts.googleapis.com/css?family=Roboto+Condensed:900&display=swap" rel="stylesheet" /> - {process.env.NODE_ENV === 'production' && ( -