string | Function''Set the title tag of the HTML page, for example:
export default {
html: {
title: 'example',
},
};The usage of this configuration item is exactly the same as that of Rsbuild. For detailed information, please refer to Rsbuild - html.title.