mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-07 14:17:16 +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 */}
|
||||
<html lang="en" />
|
||||
|
||||
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
|
||||
{metaTitle && <title>{metaTitle}</title>}
|
||||
{metaTitle && <meta property="og:title" content={metaTitle} />}
|
||||
{favicon && <link rel="shortcut icon" href={faviconUrl} />}
|
||||
|
|
Loading…
Add table
Reference in a new issue