gatsby-v2-tutorial-starter icon indicating copy to clipboard operation
gatsby-v2-tutorial-starter copied to clipboard

Optional Cover Image

Open amielucha opened this issue 5 years ago • 1 comments

How would you make the post cover image optional? Currently if you omit the cover in .md files the project will not build.

amielucha avatar Mar 30 '19 19:03 amielucha

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!

justinformentin avatar Mar 31 '19 04:03 justinformentin