UNStats / gatsby-themes

Gatsby themes for @UNDataForum websites.
https://mockup.undataforum.vercel.app
6 stars 2 forks source link

Include images into MDX files without querying #646

Closed maiertech closed 3 years ago

maiertech commented 3 years ago

The current way of including images into MDX content by linking it in the frontmatter and then accessing it via props does not feel natural. The better way to do this is with gatsby-remark-images. Then we don't have to ship potentially conflicting versions of gatsby-plugin-sharp with our themes, because processing images will simply be configured in the website when needed.

maiertech commented 3 years ago

Does not require changes in the themes. This is configured in the website.