mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
refactor(v2): remove unnecessary X-UA-Compatible meta tag (#2485)
This commit is contained in:
parent
8143af6851
commit
c3aa162ea5
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ function Layout(props) {
|
||||||
{/* TODO: Do not assume that it is in english language */}
|
{/* TODO: Do not assume that it is in english language */}
|
||||||
<html lang="en" />
|
<html lang="en" />
|
||||||
|
|
||||||
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
|
|
||||||
{metaTitle && <title>{metaTitle}</title>}
|
{metaTitle && <title>{metaTitle}</title>}
|
||||||
{metaTitle && <meta property="og:title" content={metaTitle} />}
|
{metaTitle && <meta property="og:title" content={metaTitle} />}
|
||||||
{favicon && <link rel="shortcut icon" href={faviconUrl} />}
|
{favicon && <link rel="shortcut icon" href={faviconUrl} />}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue