add .mdx to purgecss

This commit is contained in:
Nathan Wang 2020-06-28 13:08:04 -07:00
parent 447499c1bf
commit 1f93c2f036

View file

@ -5,6 +5,7 @@ module.exports = {
'./src/**/*.js',
'./src/**/*.ts',
'./src/**/*.tsx',
'./content/**/*.mdx',
'./gatsby-browser.tsx',
],
},