You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we were discussing the implementation in #28 and the conversation stalled. I think there were a couple of small changes requested in order to merge the PR. If anybody would like to pick up on the PR and push it forward, I'll do my best to merge. We're not so active with Gatsby these days, so not putting much coding time into this, but personally I have a lot of respect for folks who make the effort of submitting PRs and therefore I'll do my best to get them merged.
Child pages and categories should have their parent's slug prepended in the URL
Expected
The URL for a child page should be
whatever.com/grandparent-page/parent-page/child-page/
Current
The URL for a child page is
whatever.com/child-page
I can submit a PR for this
The text was updated successfully, but these errors were encountered: