fix: replace gatsby-remark-auto-headers

This commit is contained in:
Jean-Philippe Sirois
2020-05-22 00:57:06 -04:00
parent 92c3fe086f
commit 82ac9f0bae
6 changed files with 262 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = {
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-auto-headers`],
plugins: [`gatsby-remark-auto-headers-improved`],
},
},
{