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
Currently you can create a redirect rule e.g. source test.html which is invalid as it can never map as the slash is required /test.html.
test.html
/test.html
Automatically add the / when saving or writing the url or validate it in the frontend.
/
Create rule with source test.html.
See expected behavior.
The text was updated successfully, but these errors were encountered:
Will be fixed by #53
Sorry, something went wrong.
No branches or pull requests
Actual Behavior
Currently you can create a redirect rule e.g. source
test.html
which is invalid as it can never map as the slash is required/test.html
.Expected Behavior
Automatically add the
/
when saving or writing the url or validate it in the frontend.Steps to Reproduce
Create rule with source
test.html
.Possible Solutions
See expected behavior.
The text was updated successfully, but these errors were encountered: