mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-08-14 05:21:42 +08:00
Update config.js
This commit is contained in:
parent
2103267344
commit
62677176c6
@ -26,6 +26,12 @@ module.exports = config({
|
|||||||
|
|
||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
plugins: [
|
||||||
|
[
|
||||||
|
"@mr-hope/seo",
|
||||||
|
],
|
||||||
|
],
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
//vuepress 编译压缩
|
//vuepress 编译压缩
|
||||||
plugins: [new CompressionPlugin({
|
plugins: [new CompressionPlugin({
|
||||||
@ -65,6 +71,8 @@ module.exports = config({
|
|||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();`
|
})();`
|
||||||
]
|
]
|
||||||
|
// 百度站点验证
|
||||||
|
["meta", { name: "baidu-site-verification", content: "code-IZvTs9l2OK" }],
|
||||||
],
|
],
|
||||||
locales: {
|
locales: {
|
||||||
"/": {
|
"/": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user