refactor(v2): remove unnecessary X-UA-Compatible meta tag (#2485)

This commit is contained in:
Alexey Pyltsyn 2020-03-31 06:44:58 +03:00 committed by GitHub
parent 8143af6851
commit c3aa162ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} />}