gatsbyjs / themes

This is a repo for Gatsby's official themes.
138 stars 78 forks source link

fix: skip Mdx nodes without absolute file path #137

Open asterikx opened 3 years ago

asterikx commented 3 years ago

Plugins such as gatsby-source-contentful also create nodes with internal type Mdx, but do not add an absolute file path. Skipping Mdx nodes without absolute file path (from which we can derive the locale) seems ok since Contentful already handles localization.