Skip to content

Commit

Permalink
refactor(v2): remove unnecessary X-UA-Compatible meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Mar 30, 2020
1 parent 8143af6 commit 0de1376
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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} />}
Expand Down

0 comments on commit 0de1376

Please sign in to comment.