Hello. My Hugo version is 0.108, OS is Windows 10 19045.4412.
I use anchor links like following:
Blah blah blah [some title](#anchor-destination)
So, the anchor leads to the header ## some title
in the same file.
For some reason, when I build site, it creates link with the href="/<baseurl>/#anchor-destination"
.
How can I get rid of this <baseurl>
part?
I’ve tried also [some title]({{< relref "#anchor-destination" >}})
and ref
, but had no success, baseURL is still rendered.