Skip to content

Commit 6267717

Browse files
committed
Update config.js
1 parent 2103267 commit 6267717

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ module.exports = config({
2626

2727
// }
2828
// },
29+
30+
plugins: [
31+
[
32+
"@mr-hope/seo",
33+
],
34+
],
2935
configureWebpack: {
3036
//vuepress 编译压缩
3137
plugins: [new CompressionPlugin({
@@ -65,6 +71,8 @@ module.exports = config({
6571
s.parentNode.insertBefore(hm, s);
6672
})();`
6773
]
74+
// 百度站点验证
75+
["meta", { name: "baidu-site-verification", content: "code-IZvTs9l2OK" }],
6876
],
6977
locales: {
7078
"/": {

0 commit comments

Comments
 (0)