When using ‘hugo server’ the local pages are rendered using localhost (for allowing local browsing of course).
Is it possible to launch ‘hugo server’ using the baseurl from the config.toml file ; all links from the local preview would link to the deployed online of course,
but I found that the live reload disappeared ; i haven’t changed anything besides adding the --baseurl and --appendPort flags, is there something i must do? (tried to add --liveReloadPort=1313) but it’s not working either.