Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b7192 commit dd1ecf1Copy full SHA for dd1ecf1
packages/next/src/lib/metadata/types/metadata-interface.ts
@@ -372,13 +372,12 @@ interface Metadata extends DeprecatedMetadataFields {
372
facebook?: null | Facebook | undefined
373
374
/**
375
- * The Pinterest metadata for the document.
376
- * You can choose whether or not to opt out of rich pin data.
+ * The Pinterest metadata for the document to choose whether opt out of rich pin data.
377
*
378
* @example
379
* ```tsx
380
- *
381
- * <meta name="pinterest-rich-pin" content="false" />
+ * pinterest: { richPin: true }
+ * // Renders <meta name="pinterest-rich-pin" content="true" />
382
* ```
383
*/
384
pinterest?: null | Pinterest
0 commit comments