From 6a12a1f29362425390d36242a9c63ca7436f15da Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 9 Sep 2021 14:09:06 -0400 Subject: Remove mdx --- gatsby-config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'gatsby-config.js') diff --git a/gatsby-config.js b/gatsby-config.js index 46f2ecf..b3a0597 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -22,7 +22,6 @@ module.exports = { icon: `src/images/favicon-70x70.png`, }, }, - "gatsby-plugin-mdx", "gatsby-plugin-sharp", "gatsby-transformer-sharp", { -- cgit