gatsby-v2-tutorial-starter
gatsby-v2-tutorial-starter copied to clipboard
Optional Cover Image
How would you make the post cover image optional? Currently if you omit the cover in .md files the project will not build.
You could do something like use a defaultValue.
Hee's a good thread that talks about this issue:
https://github.com/gatsbyjs/gatsby/pull/5495
Let me know if you're able to get it to work!