New feature, improvement proposal
Currently the m-site-p parameter relativizeSiteLinks is not set, i.e. image urls like
|
<image src="https://maven.apache.org/images/apache-maven-project-light-theme.svg" width="489px" height="83px"/> |
are relativized as
../../images/apache-maven-project-light-theme.svg which only works once deployed on the ASF webserver, but not for local previews.
Although this impacts all generated sites, I would argue that the additional few bytes for the absolute URL doesn't matter.
New feature, improvement proposal
Currently the m-site-p parameter
relativizeSiteLinksis not set, i.e. image urls likemaven-parent/src/site/site.xml
Line 26 in 113f357
../../images/apache-maven-project-light-theme.svgwhich only works once deployed on the ASF webserver, but not for local previews.Although this impacts all generated sites, I would argue that the additional few bytes for the absolute URL doesn't matter.