appendPort=false works for .Site.BaseURL but not .Permalink

hugo server --bind=192.168.10.10 -p 1314 --baseURL=http://a.b.c --appendPort false --disableLiveReload

This works for .Site.BaseURL, I can use http://a.b.c/posts to visit menu list, however when I click the title of the article, the href jumps to http://a.b.c:1314/posts/article.

--appendPort false should be --appendPort=false

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.