We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Sometimes we need the pure domain only. So I've a new suggestion to implement a new option to remove sub directories of the URL.
The text was updated successfully, but these errors were encountered:
Yeah, there could be a removePath option that defaults to false.
removePath
false
Sorry, something went wrong.
Yes, I'm agree. Ok then, I will send the PR
Related to #190 but I only wanted to remove certain sub directories.
I think we could let it also accept a function that is provided the path components and is expected to return the new path components.
No branches or pull requests
Hi,
Sometimes we need the pure domain only.
So I've a new suggestion to implement a new option to remove sub directories of the URL.
The text was updated successfully, but these errors were encountered: