Continuing the discussion from baseURL in config not working:
Now the url has the port… and doing --appendPort doesn’t work
Continuing the discussion from baseURL in config not working:
Now the url has the port… and doing --appendPort doesn’t work
The --appendPort flag is a boolean value (default true) that determines whether hugo server appends the port number to the baseURL. If you don’t want to append the port number, use --appendPort=false.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.