htmloptions
.htmloptions baseurl:{String? = null} -> <Error class: unknown class>Content copied to clipboard
Configures HTML generation options.
.htmloptions baseurl:{https://example.com}Content copied to clipboard
Parameters
baseurl
- Optional
- Likely named
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.