marcysutton / js-a11y-workshop

Frontend Masters Workshop: Accessibility in JavaScript Applications
https://frontendmasters.com/courses/javascript-accessibility/
MIT License
229 stars 95 forks source link

Update @mdx-deck/gatsby-theme and use stable themes API #1

Closed jxnblk closed 5 years ago

jxnblk commented 5 years ago

There was a regression with how the MDX Deck Embed component works that affected the Gatsby theme. This updates @mdx-deck/gatsby-theme to 2.5.0, which should address the issue. This also uses the stable Gatsby themes API, moving the theme to the plugins array and replaces gatsby-mdx with gatsby-plugin-mdx

Testing locally, this seemed to work, but let me know if you have any questions