hupe1980 / gatsby-theme-material-ui

Gatsby theme for Material-UI
MIT License
100 stars 44 forks source link

Remove react-helmet as meta tag is duplicate of gatsby #99

Closed dan-mba closed 1 year ago

dan-mba commented 1 year ago

The new Gatsby Head API and react-helmet are not compatible. See Discussion

As the meta tag specified in gatsby-theme-material-ui-top-layout is basically a duplicate of the one Gatsby supplies, I removed it for compatibility.

Fixes issue #97