File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ const GlobalHeader: React.FC<{ title: string; description: string; url: string }
1212 < Helmet >
1313 < title > { title } </ title >
1414 < meta name = "viewport" content = "width=device-width initial-scale=1" />
15- < meta property = "og:type" content = "website" />
16- < meta name = "og:image" content = { seo [ "codesquad" ] } />
17- < meta name = "og:url" content = { `https://codesquad.kr${ url } ` } />
1815 < meta name = "title" content = { title } />
1916 < meta name = "description" content = { description } />
20- < meta name = "og:title" content = { title } />
21- < meta name = "og:description" content = { description } />
17+ < meta property = "og:type" content = "website" />
18+ < meta property = "og:image" content = { seo [ "codesquad" ] } />
19+ < meta property = "og:url" content = { `https://codesquad.kr${ url } ` } />
20+ < meta property = "og:title" content = { title } />
21+ < meta property = "og:description" content = { description } />
2222 </ Helmet >
2323 ) ;
2424} ;
You canโt perform that action at this time.
0 commit comments