mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +02:00
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:
parent
d79ff9eaf0
commit
3e2cfc27ff
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue