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-sitemap): allow paths with trailing slash in exclude option #20625

Merged
merged 2 commits into from Jan 15, 2020
Merged

fix(gatsby-plugin-sitemap): allow paths with trailing slash in exclude option #20625

merged 2 commits into from Jan 15, 2020

Commits on Jan 15, 2020

  1. fix(gatsby-plugin-sitemap): allow paths with trailing slash in `exclu…

    …de` option
    
    Now `gatsby-plugin-sitemap` treats `/foo/bar/` and `/foo/bar` as the same,
    which removes unnecessary confusion when using the `exclude` option.
    notzenox committed Jan 15, 2020
    Copy the full SHA
    0658c96 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    340e217 View commit details
    Browse the repository at this point in the history