Skip to content

Commit

Permalink
generate anchors on all kind of headers tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sulha199 committed Sep 1, 2022
1 parent 23eb46f commit a32b4ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ module.exports = {
rel: "nofollow"
}
},
{
resolve: `gatsby-remark-autolink-headers`,
options: {
elements: [`h2`, 'h3'],
},
},
`gatsby-remark-autolink-headers`,
`gatsby-remark-code-titles`,
`gatsby-remark-prismjs`,
`gatsby-remark-copy-linked-files`,
Expand Down

0 comments on commit a32b4ce

Please sign in to comment.