The average enterprise on Netlify ships 140 times per week. Where does your team rank?
Replaces sepcial characters strings with smart unicode characters.
npm install --save gatsby-remark-smarttypo
// In your gatsby-config.js plugins: [ { resolve: `gatsby-transformer-remark`, options: { plugins: [`gatsby-remark-smarttypo`], }, }, ];