html.title

    • 类型: string | Function
    • 默认值: ''

    配置 HTML 页面的 title 标签,例如:

    export default {
      html: {
        title: 'example',
      },
    };
    INFO

    该配置项的使用方式与 Rsbuild 完全一致。详细信息请参考 Rsbuild - html.title