[vuepress] bump 1.7.0

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-10-15 18:30:34 +08:00
parent 0fdc2d64a9
commit f9182e5d19
2 changed files with 5 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
const resolve = require("vuepress-theme-hope/resolve");
// const { config } = require('vuepress-theme-hope')
const { config } = require('vuepress-theme-hope')
// module.exports =config({
module.exports = resolve({
module.exports = config({
title: 'Docker 从入门到实践',
base: '/',
head: [['script', {}, `
@@ -41,6 +39,7 @@ module.exports = resolve({
// },
},
themeConfig: {
baseLang: 'zh-CN',
blog: false,
// comment: false,
comment: {