diff --git a/vue.config.js b/vue.config.js index 34c78642..c6f06a12 100644 --- a/vue.config.js +++ b/vue.config.js @@ -26,6 +26,10 @@ module.exports = { }, }, chainWebpack: (config) => { + config.plugin("html").tap((args) => { + args[0].title = "SkyWalking"; + return args; + }); const svgRule = config.module.rule("svg"); svgRule.uses.clear(); svgRule