The default URL format in Grav:
domain.com/contact (without slash at end of url)
I would like to change it so that the system will default add slash at the end od urls, e.g.:
domain.com/contact/
How to do it? I don't want to add redirects to .htaccess. I would like the system to add slash by default at the end of each url.
