Closed aarongervais closed 4 years ago
Hi,
After upgrading from 0.2 to 0.3, the showCaptions option of gatsby-remark-images stops working. e.g.:
gatsby-remark-images
{ resolve: `gatsby-remark-images`, options: { showCaptions: ['title'], }, }
The version of gatsby-remark-images doesn't seem to make a difference, neither does changing its configuration options. Downgrading back to gatsby-remark-relative-images 0.2 fixes the issue.
gatsby-remark-relative-images
Hi,
After upgrading from 0.2 to 0.3, the showCaptions option of
gatsby-remark-images
stops working. e.g.:The version of
gatsby-remark-images
doesn't seem to make a difference, neither does changing its configuration options. Downgrading back togatsby-remark-relative-images
0.2 fixes the issue.