File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ function MyApp({ Component, pageProps }) {
9
9
< meta charset = "utf-8" />
10
10
< meta http-equiv = "x-ua-compatible" content = "ie=edge" />
11
11
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" />
12
- < meta data-react-helmet = "true" property = "og:type" content = { Component . title } />
13
- < meta data-react-helmet = "true" name = "description" content = { Component . title } />
14
- < meta data-react-helmet = "true" property = "og:title" content = { Component . title } />
12
+ < meta property = "og:type" content = { Component . title } />
13
+ < meta name = "description" content = { Component . title } />
14
+ < meta property = "og:title" content = { Component . title } />
15
15
</ Head >
16
16
< Component { ...pageProps } />
17
17
</ >
You can’t perform that action at this time.
0 commit comments