File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/theme/DocItem/Metadata Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,8 @@ export default function MetadataWrapper(props: Props): ReactNode {
117117 { title && < meta name = "twitter:title" content = { title } /> }
118118 { description && < meta name = "twitter:description" content = { description } /> }
119119 < meta name = "twitter:image" content = { ogImageUrl } />
120- { techArticleJsonLd && (
121- < script type = "application/ld+json" > { techArticleJsonLd } </ script >
122- ) }
123- { breadcrumbJsonLd && (
124- < script type = "application/ld+json" > { breadcrumbJsonLd } </ script >
125- ) }
120+ { techArticleJsonLd && < script type = "application/ld+json" > { techArticleJsonLd } </ script > }
121+ { breadcrumbJsonLd && < script type = "application/ld+json" > { breadcrumbJsonLd } </ script > }
126122 </ Head >
127123 < Metadata { ...props } />
128124 </ >
You can’t perform that action at this time.
0 commit comments