You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way for me to adjust these defaults from my gatsby site? I would like to change the image width and support captions.
From my understanding, one workaround proposed in #910 is to disable mdx in the gatsby-theme-minimal-blog-core and import the entire plug config myself. But this is not ideal because:
It requires a bit of code duplication.
I need to install these deps manually, including pinning to the correct versions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I used https://github.com/LekoArts/gatsby-starter-minimal-blog to create my own gatsby site. This imports the default options for
gatsby-remark-images
specified ingatsby-theme-minimal-blog-core
gatsby-themes/themes/gatsby-theme-minimal-blog-core/gatsby-config.js
Lines 39 to 49 in 06750c2
Is there any way for me to adjust these defaults from my gatsby site? I would like to change the image width and support captions.
From my understanding, one workaround proposed in #910 is to disable mdx in the
gatsby-theme-minimal-blog-core
and import the entire plug config myself. But this is not ideal because:Is there a similar approach?
Beta Was this translation helpful? Give feedback.
All reactions