File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,8 @@ languageAlternates={[{
502502
503503#### Additional Meta Tags
504504
505- This allows you to add any other meta tags that are not covered in the ` config ` .
505+ This allows you to add any other meta tags that are not covered in the ` config ` and
506+ should be used instead of ` children ` prop.
506507
507508` content ` is required. Then either ` name ` , ` property ` or ` httpEquiv ` . (Only one on each)
508509
Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ export interface NextSeoProps {
463463 twitter ?: Twitter ;
464464 additionalMetaTags ?: ReadonlyArray < MetaTag > ;
465465 additionalLinkTags ?: ReadonlyArray < LinkTag > ;
466+ children ?: never ;
466467}
467468
468469export interface DefaultSeoProps {
You can’t perform that action at this time.
0 commit comments