python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Gatsby site not generating slugs as expected
I was following the Gatsby tutorial, but I'm not seeing what they are seeing when it comes to generating slugs for mdx files in a subdirectory of src/pages. For example when I have a file like src/pag...
Christopher Leggett
Votes: 0
Answers: 2
Any attempt to access props in MDX component results in failed build, but dev works just fine
I'm trying to get a single line of anything from passed by props to render.
If nothing is passed or needed, then the MDX render outs. If props are passed and tried to be used, failure.
The only thing ...
Matthew Hoth
Votes: 0
Answers: 1
When i was a GATSBY Build, i get 2 errors
This is my Gatsby Blog GitHub Link
When i work build i get 2 errors.
The field "Mdx.excerpt." was explicitly defined as non-nullable via the schema customization API (by yourself or a plugi...
fsk
Votes: 0
Answers: 1
Using inline images with Gatsby plugin mdx
I am pulling in data from airtable that uses an external URL inside of its quite long markdown, something like this:
...
testing
<img src="https://via.placeholder.com/150" width="30...
ParthianShotgun
Votes: 0
Answers: 1