Skip to content

Commit

Permalink
Don't set a default title in html.js as not overriden by react-helmet (
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jul 20, 2017
1 parent 41c75b2 commit 95d7ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/cache-dir/default-html.js
Expand Up @@ -29,7 +29,6 @@ module.exports = class HTML extends React.Component {
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Gatsby.js</title>
{this.props.headComponents}
{css}
</head>
Expand Down

0 comments on commit 95d7ae1

Please sign in to comment.