How to redirect to a HTML page AND keep the same URL?

@kibebr It’s a little unclear what you’re trying to do. Your redirect tells Netlify that anyone who tries to visit /users/kibebr should instead be sent to /users. If you want the user name to be used in a new URL somehow, then you must have something like to = "/users.html/:splat".