htmloptions

.htmloptions baseurl:{String? = null} -> <Error class: unknown class>

Configures HTML generation options.

.htmloptions baseurl:{https://example.com}

Parameters

baseurl

the base URL to use for resolving relative paths in the generated HTML, e.g. https://example.com. Trailing slashes are automatically ignored. If specified, a canonical link is set in the HTML's <head> and the sitemap is generated.

Wiki page

html-options