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: {
+1501 -24
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -30,12 +30,15 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@reach/router": "^1.3.3",
"classnames": "^2.2.6",
"gatsby": "^2.22.11",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.3.2",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-mdx": "^1.2.16",
"gatsby-plugin-polished": "^1.0.4",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.2",