-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[docs] Breadcrumb shouldn't be dependent on trailing slash #20767
Comments
I'd like to grab it, interested in contributing |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Hi @gabeszrozsa, this issue is still open! We would welcome your contribution. |
When writing an issue for new docs recipes, I noticed the breadcrumb fails to work if there is a trailing slash. Oddly, if you remove the trailing slash, the breadcrumb shows the full page hierarchy.
Here are some screenshots showing the difference:
With trailing slash (broken)
Without trailing slash (working)
It would be good to fix this so the breadcrumb works either way, since the pages render either way. This one is up for grabs if anyone is interested in contributing a useful PR; it would be good to fix in the long term in case a URL with a trailing slash gets bookmarked or shared.
The text was updated successfully, but these errors were encountered: