Plugin does not complain about links not ending with a slash when trailingSlash is set to always
Closed this issue · 2 comments
sschultze commented
Describe the bug
If trailingSlash
is set to always
, the plugin does not complain about links not ending with a trailing slash.
To Reproduce
- Set
trailingSlash
toalways
- Create a link without a trailing slash, e.g.
/en/pricing
Expected behavior
The plugin should complain about the link because it does not end with a slash.
How often does this bug happen?
Every time
System Info
No response
Additional Context
No response
HiDeoo commented
sschultze commented
Wow, this was fast! 🚀 Thank you!