Skip to content

Commit

Permalink
Atualiza a configuração de mapeamento para 'title' no siteMetadata.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmjunior committed Feb 19, 2025
1 parent 2b3c71d commit 2725a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const siteMetadata = {
repositoryId: process.env.NEXT_PUBLIC_GISCUS_REPOSITORY_ID,
category: process.env.NEXT_PUBLIC_GISCUS_CATEGORY,
categoryId: process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID,
mapping: 'pathname', // supported options: pathname, url, title
mapping: 'title', // supported options: pathname, url, title
reactions: '1', // Emoji reactions: 1 = enable / 0 = disable
// Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
metadata: '0',
Expand Down

0 comments on commit 2725a19

Please sign in to comment.