FrontendMasters / gatsby-intro

Code for the Introduction to Gatsby course.
https://frontendmasters.com/courses/gatsby/
MIT License
253 stars 235 forks source link

Update in react-helmet v6.0.0 #40

Open HaelC opened 4 years ago

HaelC commented 4 years ago

React-helmet v6.0.0 was just released 22 days ago and there is no longer a default export.

Now we should use import { Helmet } from "react-helmet" instead of import Helmet from "react-helmet".