Hi,
I found that redirect_trailing_slash: false (which is really odd) redirects /grav to /grav/en/, which is what I want.
I would like this to work for all the routes I have, for example:
/grav/premiumshould redirect to/grav/en/premium/- (current redirect is:/grav/en/premium)/grav/en/premiumshould redirect to/grav/en/premium/- (current redirect is:/grav/en/premium)
Is it possible?
Thanks