Skip to content

Commit

Permalink
docs: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed May 9, 2022
1 parent 746ec5f commit b411694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { resolve, join } = require('path')
const root = process.cwd()
const comNameReg = /(\w+\-\w+)/

import sidebarConfig from './sidebar.config'
import sidebarConfigZh from './sidebar.config.zh'
export default defineUserConfig<DefaultThemeOptions>({
// 主题和它的配置
theme: '@vuepress/theme-default',
Expand Down Expand Up @@ -69,7 +69,7 @@ export default defineUserConfig<DefaultThemeOptions>({
link: 'https://github.com/yue1123/vue3-baidu-map-gl'
}
],
sidebar: sidebarConfig
sidebar: sidebarConfigZh
}
},
// },
Expand Down

0 comments on commit b411694

Please sign in to comment.