html.tags

    • Type:
    type TagsConfig = HtmlTag | HtmlTagHandler | Array<HtmlTag | HtmlTagHandler>;
    • Default: undefined

    Modifies the tags that are injected into the HTML page.

    INFO

    The usage of this configuration item is exactly the same as that of Rsbuild. For detailed information, please refer to Rsbuild - html.tags.