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, we've been using Navigo 7 in production for a few years and it's been working great--thanks for all your hard work on this.
I'm working on migrating to version 8 but I noticed that trailing slashes are being stripped from all our URLs. Is this behavior configurable in Navigo 8? It looks like it's currently hard-coded:
unfortunately that's a decision that I took when started working on version 8. Without that I was facing a lot more issues. It's not configurable at the moment.
If there are performance/reliability reasons for switching to v8, let me know, and I'd be happy to help with a PR and write some tests to help make this configurable.
Hi, we've been using Navigo 7 in production for a few years and it's been working great--thanks for all your hard work on this.
I'm working on migrating to version 8 but I noticed that trailing slashes are being stripped from all our URLs. Is this behavior configurable in Navigo 8? It looks like it's currently hard-coded:
navigo/src/index.ts
Line 126 in e18744d
Thanks!
The text was updated successfully, but these errors were encountered: