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
We are working on SEO changes for our app and as part of this, we want all the url's to end with a '/'. This library is using a function (clean function in /src/utils.ts file) which removes all the trailing '/' from url's.
Is there a way we can make it configurable? If not, can you please support adding trailing '/' to url's.