@lasota You could probably add a Redirect Rule in Forge. Alternately this could be done in the .htaccess file in the public directory of your project or possibly via a redirect in a Laravel route or middleware or something.
Thank you all, I guess I was more wondering if there was an easy way to manage this through forge and not really mess with config files directly. But I went with doing it through the mentioned dns zone file and not let the server have to worry about directing traffic with an extra unnecessary call.