mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 23:43:37 +02:00
chore: add headers plugin to gatsby-config
This commit is contained in:
@@ -35,6 +35,8 @@ module.exports = {
|
|||||||
resolve: `gatsby-plugin-mdx`,
|
resolve: `gatsby-plugin-mdx`,
|
||||||
options: {
|
options: {
|
||||||
extensions: [`.mdx`, `.md`],
|
extensions: [`.mdx`, `.md`],
|
||||||
|
plugins: [`gatsby-remark-auto-headers-improved`],
|
||||||
|
gatsbyRemarkPlugins: [`gatsby-remark-auto-headers-improved`],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user