test: baiduCode

This commit is contained in:
xugaoyi 2021-12-16 12:38:40 +08:00
parent 9bc7358e3f
commit 649dcee766
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
const baiduCode = require('./config/baiduCode.js'); // 百度统计hm码
const htmlModules = require('./config/htmlModules.js');
module.exports = {
@ -286,7 +287,7 @@ module.exports = {
[
'vuepress-plugin-baidu-tongji', // 百度统计 (你可以去掉)
{
hm: '503f098e7e5b3a5b5d8c5fc2938af002',
hm: baiduCode || '503f098e7e5b3a5b5d8c5fc2938af002',
},
],
[

View File

@ -0,0 +1 @@
module.exports = '';