danielmahon / gatsby-remark-relative-images

Convert markdown image src(s) to be relative for gatsby-remark-images.
https://www.npmjs.com/package/gatsby-remark-relative-images
BSD Zero Clause License
79 stars 29 forks source link

Adds FAQ section #10

Closed kinduff closed 6 years ago

kinduff commented 6 years ago

Includes a fix to the error related to GraphQL not able to find subfields from the image key

Documenting the issue from Gatsby https://github.com/gatsbyjs/gatsby/issues/5990

danielmahon commented 6 years ago

Thanks @kinduff , I tried to make this apparent in the comments of the code example, but I suppose it wouldn't hurt to clarify it further. Also, you no longer need the options.name property. I think it's been removed completely in the latest release.

kinduff commented 6 years ago

@danielmahon sweet! Updated.

kinduff commented 6 years ago

@danielmahon ready. Sorry for multiple commits, feel free to squash.