I’m running a demo version during development on https://mySite.com:myPort
(so customer may review ‘agile style’), But the images in /images/myImage.png
(myPage.md) are not shown when deploying. baseURL=mySite.com:myPort
does not seem to work.
Browser sees files correctly when entering https://mySite:myPort/images/myImage.png
What is the correct way to tell hugo the port number for deploy, please? (Eventually In production the port number will be dropped for 80/443, of course)