Skip to content

Commit 137d0b1

Browse files
authored
doc config
1 parent 00a1986 commit 137d0b1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

site/docs/.vuepress/config.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module.exports = {
22
lang: 'en-US',
33
title: 'vue3-quill',
44
description: 'Quill editor for vue3 project.',
5-
5+
base: '/vue3-quill/',
66
themeConfig: {
77
logo: 'https://vuejs.org/images/logo.png'
88
},
9-
plugins: ['@vuepress/back-to-top'],
9+
// plugins: ['@vuepress/back-to-top'],
1010
// head: [
1111
// [
1212
// 'script',
@@ -46,11 +46,5 @@ module.exports = {
4646
// firebase.analytics();
4747
// var perf = firebase.performance();`
4848
// ]
49-
// ],
50-
configureWebpack: (config, isServer) => {
51-
if (!isServer) {
52-
// 修改客户端的 webpack 配置
53-
config.output.publicPath = '/vue3-quill'
54-
}
55-
}
49+
// ]
5650
}

0 commit comments

Comments
 (0)