From e1eb30fbef4a06aca86c19dd1f87462d1dc1b678 Mon Sep 17 00:00:00 2001 From: dfireBird Date: Sat, 8 Aug 2020 18:18:42 +0530 Subject: [PATCH] chore: add headers plugin to gatsby-config --- gatsby-config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index b985cf9..e1d1979 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -35,6 +35,8 @@ module.exports = { resolve: `gatsby-plugin-mdx`, options: { extensions: [`.mdx`, `.md`], + plugins: [`gatsby-remark-auto-headers-improved`], + gatsbyRemarkPlugins: [`gatsby-remark-auto-headers-improved`], }, }, {