mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
feat: Add gatbsy-plugin-mdx
This commit is contained in:
@@ -37,6 +37,12 @@ module.exports = {
|
|||||||
plugins: [`gatsby-remark-auto-headers-improved`],
|
plugins: [`gatsby-remark-auto-headers-improved`],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
resolve: `gatsby-plugin-mdx`,
|
||||||
|
options: {
|
||||||
|
extensions: [`.mdx`, `.md`],
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
resolve: `gatsby-source-filesystem`,
|
resolve: `gatsby-source-filesystem`,
|
||||||
options: {
|
options: {
|
||||||
|
|||||||
Generated
+1501
-24
File diff suppressed because it is too large
Load Diff
@@ -30,12 +30,15 @@
|
|||||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@mdx-js/mdx": "^1.6.6",
|
||||||
|
"@mdx-js/react": "^1.6.6",
|
||||||
"@reach/router": "^1.3.3",
|
"@reach/router": "^1.3.3",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "^2.22.11",
|
"gatsby": "^2.22.11",
|
||||||
"gatsby-plugin-google-fonts": "^1.0.1",
|
"gatsby-plugin-google-fonts": "^1.0.1",
|
||||||
"gatsby-plugin-layout": "^1.3.2",
|
"gatsby-plugin-layout": "^1.3.2",
|
||||||
"gatsby-plugin-manifest": "^2.4.9",
|
"gatsby-plugin-manifest": "^2.4.9",
|
||||||
|
"gatsby-plugin-mdx": "^1.2.16",
|
||||||
"gatsby-plugin-polished": "^1.0.4",
|
"gatsby-plugin-polished": "^1.0.4",
|
||||||
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.2",
|
"gatsby-plugin-react-helmet": "^3.3.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user