I am a bit confused whether or not to add --bind 0.0.0.0 but either way the webserver is available at http://localhost:1313. Therefore {{ .Permalink }} in the HTML head still shows “http://localhost:1313/” making links on another PC useless.
Changing the baseURL in config.toml does not have any effect: {{ .Permalink }} shows “http://localhost:1313/”
I use normally use flags as we use Netlify so it’s easy to configure development and production variables. Right now we are in development of this site so I just want to test features using our local network.