From 5f6bfab2dab25793d2425efb22a5566e8e9a7762 Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Thu, 15 Feb 2018 14:55:59 +1000 Subject: [PATCH] Default --- src/App.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 61c57e6..b238810 100644 --- a/src/App.js +++ b/src/App.js @@ -43,7 +43,10 @@ class App extends Component { <ScrollToTop /> <ServiceWorkerNotifications reloadOnUpdate /> <GithubCorner url='https://github.com/Jinksi/netlify-cms-react-starter' /> - <Helmet titleTemplate={`${siteTitle} | %s`} /> + <Helmet + defaultTitle={siteTitle} + titleTemplate={`${siteTitle} | %s`} + /> <Meta title={siteTitle} url={siteUrl}