Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd1ecf1

Browse files
committed
update comment
1 parent a0b7192 commit dd1ecf1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/next/src/lib/metadata/types/metadata-interface.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,12 @@ interface Metadata extends DeprecatedMetadataFields {
372372
facebook?: null | Facebook | undefined
373373

374374
/**
375-
* The Pinterest metadata for the document.
376-
* You can choose whether or not to opt out of rich pin data.
375+
* The Pinterest metadata for the document to choose whether opt out of rich pin data.
377376
*
378377
* @example
379378
* ```tsx
380-
*
381-
* <meta name="pinterest-rich-pin" content="false" />
379+
* pinterest: { richPin: true }
380+
* // Renders <meta name="pinterest-rich-pin" content="true" />
382381
* ```
383382
*/
384383
pinterest?: null | Pinterest

0 commit comments

Comments
 (0)