I have a hugo url as follows /en/id/verify-email?code=TOKEN
The verify-email.html file as an alias
/id/verify-email
However when I get a request in for /id/verify-email?code=TOKEN this needs to redirect to /en/id/verify-email?code=TOKEN but the params are being stripped off on the redirect
Hi @bep I have a custom alias template but not sure how to grab the parameters code and its value token? so I can do the redirect with them in the URL.