mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
feat: Add gatbsy-plugin-mdx
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user