Skip to content

Commit

Permalink
feat: ✨ add anchors to headings for table of content; update packages;
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos committed Sep 14, 2019
1 parent 6a63341 commit 4aeba20
Show file tree
Hide file tree
Showing 6 changed files with 3,486 additions and 1,870 deletions.
8 changes: 8 additions & 0 deletions gatsby-config.js
Expand Up @@ -65,6 +65,14 @@ module.exports = {
plugins: [
'gatsby-remark-emoji',
'gatsby-remark-relative-images',
{
resolve: 'gatsby-remark-autolink-headers',
options: {
offsetY: 0,
maintainCase: false,
removeAccents: true,
},
},
{
resolve: `gatsby-remark-images`,
options: {
Expand Down

0 comments on commit 4aeba20

Please sign in to comment.