From 0e5e643169ae934b83ee9c1a0a38a5bb3aec6db1 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 28 Mar 2022 10:06:54 +0800 Subject: [PATCH] update title --- vue.config.js | 4 ++++ 1 file changed, 4 insertions(+) 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