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
Hi, before v8 I had /news/:id([a-z]+){-:slug} which made routes like /news/a-b-c match to {id: 'a', slug: 'b-c'}, is this even possible anymore with v8? now I get {id: 'a-b', slug: 'c'}