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
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:
journal/* => blog/*
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: