Search Docs
string | Function
''
配置 HTML 页面的 title 标签,例如:
export default { html: { title: 'example', }, };
该配置项的使用方式与 Rsbuild 完全一致。详细信息请参考 Rsbuild - html.title。