/
The .htmloptions docs ↗ function configures HTML-specific generation settings.
.htmloptions baseurl:{https://example.com}The baseurl parameter sets the base URL of the generated website for SEO purposes. When specified:
<link rel="canonical"> tag is added to each page, helping search engines identify the preferred URL for each subdocument.sitemap.xml is generated if there’s at least one subdocument..htmloptions baseurl:{https://example.com}Setting a base URL is recommended when publishing a Quarkdown document as a website, especially for
docsprojects with multiple subdocuments.