I am currently preparing to migrate away from WordPress and I am seriously considering Gatsby.
In WordPress land I use imgix to offload and process my images and I am interested to understand how to achieve this with Gatsby.
I can't find any documentation that covers using Imgix with Gatsby, although I have found react-imgix.
Can I use this with Gatsby?
Can I specify imgix images in the frontmatter of Markdown files using Gatsby?
Any information on the best way to handle external images from imgix in Gatsby would be great.