Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Nested routes #55

Closed
Rich-Harris opened this issue Dec 31, 2017 · 0 comments · Fixed by #56
Closed

Nested routes #55

Rich-Harris opened this issue Dec 31, 2017 · 0 comments · Fixed by #56

Comments

@Rich-Harris
Copy link
Member

It would be helpful if routes/settings/[submenu].html matched both /settings and /settings/blah — in the first case, params.submenu would be null, and in the second case it would be "blah".

If there was a routes/settings.html or routes/settings/index.html, it should take precedence.

Rich-Harris added a commit that referenced this issue Dec 31, 2017
Rich-Harris added a commit that referenced this issue Dec 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant