chore: remove unused katex

This commit is contained in:
Jean-Philippe Sirois
2020-05-21 10:29:00 -04:00
parent 00ab773b99
commit 26913d91af
4 changed files with 1 additions and 56 deletions
+1 -9
View File
@@ -30,15 +30,7 @@ module.exports = {
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
`gatsby-remark-auto-headers`,
{
resolve: `gatsby-remark-katex`,
options: {
strict: `ignore`,
},
},
],
plugins: [`gatsby-remark-auto-headers`],
},
},
{