Open thiagosolcia opened 4 years ago
what does your gatsby-config
look like?
like this
try moving gatsby-remark-lottie
first before gatsby-remark-images
Yes! that seems to do the trick :) Thank you! But now I'm getting another error. The plugin tries to load the json from the root public/ directory even though I have the json next to the .md file. I'm not sure what I did wrong here.
@thiagosolcia did you find a solution for your last problem ? i'm stacked too
I'm not sure about the file path problem. I think that has to do with configuration outside of this plugin. One plugin I always make use of (and may help with this issue) is the gatsby-remark-copy-linked-files
plugin. Maybe give that a try?
Hi! thanks for this very handy plugin 😃 The only problem is that it fails when I run a production build (see attachment). Any idea on how to fix it?
This is how I'm using it.