Outline
In this video, you've got one final assignment in two parts:
- Extract
Helmet
(and the accompanying GraphQL query!) into its own component calledSEO.js
. - Add a new
meta
tag forimage
to ourHelmet
. You'll need to add animage
property and path to oursiteMetadata
ingatsby-config.js
first, then update the query used inSEO.js
.
Of course, we'll look at the solution in the next video.