html.title

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

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

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

详细用法可参考 Rsbuild - html.title