html.title

  • Type: string | Function
  • Default: undefined

Set the title tag of the HTML page, for example:

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

For detailed usage, please refer to Rsbuild - html.title.