html.title

TIP

该配置由 Modern.js Builder 提供,更多信息可参考 html.title

  • 类型: string
  • 默认值: undefined

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

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