How to serve Hugo domain in specific domain?

I have a blog named Packageslab, and I want to run Hugo on a specific Page Jazz Daily Internet Package. Is there any way to run on a specific domain URL. When i run “hugo serve” the site is visible in localhost:1313 but i want to show it in “localhost/hugosite”. How can i do that? I tried changing the base url in config but nothing seems happened.

Hugo is a static site generator and its server is a development server not meant to be run for production.

The baseURL value is used for the outputted static HTML.