Right now, if you wanted to write a blog with Freeway, you'd have to account for all possible URLs:
journal => blog
journal/{{post}} => blog/{{post}}
journal/category/{{category}} => blog/category/{{category}}
And this doesn't even account for pagination. Obviously, this sucks super hard — ideally, devs should be able to wildcard the remainder of a pattern to match it:
Right now, if you wanted to write a blog with Freeway, you'd have to account for all possible URLs:
And this doesn't even account for pagination. Obviously, this sucks super hard — ideally, devs should be able to wildcard the remainder of a pattern to match it: