We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a1986 commit 137d0b1Copy full SHA for 137d0b1
site/docs/.vuepress/config.js
@@ -2,11 +2,11 @@ module.exports = {
2
lang: 'en-US',
3
title: 'vue3-quill',
4
description: 'Quill editor for vue3 project.',
5
-
+ base: '/vue3-quill/',
6
themeConfig: {
7
logo: 'https://vuejs.org/images/logo.png'
8
},
9
- plugins: ['@vuepress/back-to-top'],
+ // plugins: ['@vuepress/back-to-top'],
10
// head: [
11
// [
12
// 'script',
@@ -46,11 +46,5 @@ module.exports = {
46
// firebase.analytics();
47
// var perf = firebase.performance();`
48
// ]
49
- // ],
50
- configureWebpack: (config, isServer) => {
51
- if (!isServer) {
52
- // 修改客户端的 webpack 配置
53
- config.output.publicPath = '/vue3-quill'
54
- }
55
+ // ]
56
}
0 commit comments