feat: Add gatbsy-plugin-mdx

This commit is contained in:
dfireBird
2020-08-08 16:47:43 +05:30
parent f6bb68b4d8
commit 7e3565e78a
3 changed files with 1510 additions and 24 deletions
+6
View File
@@ -37,6 +37,12 @@ module.exports = {
plugins: [`gatsby-remark-auto-headers-improved`],
},
},
{
resolve: `gatsby-plugin-mdx`,
options: {
extensions: [`.mdx`, `.md`],
},
},
{
resolve: `gatsby-source-filesystem`,
options: {