No need for chromeframe tag (#328)

Remove the unneeded chromeframe tag, it has long since been retired by Google and was only ever needed for very old IE (would render the page in Chrome within IE).
REF: http://www.chromium.org/developers/how-tos/chrome-frame-getting-started
This commit is contained in:
Christian Oliff 2017-12-21 03:56:00 +09:00 committed by Joel Marcey
parent d79ff9eaf0
commit 3e2cfc27ff

View file

@ -27,7 +27,7 @@ class Head extends React.Component {
return (
<head>
<meta charSet="utf-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<title>{this.props.title}</title>
<meta name="viewport" content="width=device-width" />
<meta name="generator" content="Docusaurus" />