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

[gatsby-transformer-remark] Add pathPrefix to relative links #3823

Merged
merged 4 commits into from
Feb 7, 2018
Merged

[gatsby-transformer-remark] Add pathPrefix to relative links #3823

merged 4 commits into from
Feb 7, 2018

Commits on Feb 2, 2018

  1. [gatsby-transformer-remark] Add pathPrefix to relative links

    Ensure markdown relative links include `pathPrefix`.
    Fixes #3316
    bodia-uz committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    98ad1aa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    a5afa53 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    fd70a9a View commit details
    Browse the repository at this point in the history
  2. [gatsby-transformer-remark] remove node.url.startsWith(pathPrefix)

    …condition for `withPathPrefix` logic
    bodia-uz committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    665a475 View commit details
    Browse the repository at this point in the history