feat: add article anchors (#62)

* feat: add article anchors
This commit is contained in:
Aiden
2019-08-16 21:13:56 -04:00
committed by Jean-Philippe Sirois
parent 54db364510
commit 769a114fb5
3 changed files with 52 additions and 14 deletions
+6 -1
View File
@@ -24,7 +24,12 @@ module.exports = {
},
},
`gatsby-plugin-layout`,
`gatsby-transformer-remark`,
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-auto-headers`],
},
},
{
resolve: `gatsby-source-filesystem`,
options: {