Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-plugin-mdx): Reference style links broken in static builds #30967

Merged

Conversation

jcalcaben
Copy link
Contributor

Description

Adds definition node type to list of nodes to visit and prepend the path prefix.

Documentation

Documentation not necessary since this is a minor bugfix.

Related Issues

Fixes #30905

This addresses the issue brought up in gatsbyjs#30905
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Apr 21, 2021
@LekoArts LekoArts added topic: remark/mdx Related to Markdown, remark & MDX ecosystem and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Apr 21, 2021
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LekoArts LekoArts changed the title [bugfix] Fix reference style links broken in static builds fix(gatsby-plugin-mdx): Reference style links broken in static builds Apr 22, 2021
@LekoArts LekoArts merged commit b457b3d into gatsbyjs:master Apr 22, 2021
pragmaticpat pushed a commit to pragmaticpat/gatsby that referenced this pull request Apr 28, 2022
…gatsbyjs#30967)

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: remark/mdx Related to Markdown, remark & MDX ecosystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reference style links in MDX broken in static builds
2 participants