mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 13:17:23 +02:00
fix(v2): remove duplicate meta tags (#1966)
This commit is contained in:
parent
b027db1b34
commit
ed099da3ba
1 changed files with 0 additions and 2 deletions
|
@ -39,9 +39,7 @@ function Layout(props) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<meta charSet="utf-8" />
|
|
||||||
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
|
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
{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
Reference in a new issue