We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf69e97 commit 312d61cCopy full SHA for 312d61c
docs/.vuepress/config.js
@@ -1,4 +1,10 @@
1
-module.exports = {
+import { viteBundler } from '@vuepress/bundler-vite'
2
+import { defaultTheme } from '@vuepress/theme-default'
3
+import { defineUserConfig } from 'vuepress'
4
+
5
+export default defineUserConfig({
6
+ bundler: viteBundler(),
7
+ theme: defaultTheme(),
8
lang: 'zh-CN',
9
title: 'JVM 底层原理最全知识总结',
10
description: 'Doocs开源社区',
@@ -11,7 +17,7 @@ module.exports = {
11
17
},
12
18
],
13
19
14
- base: '/jvm/',
20
+ base: '/',
15
21
themeConfig: {
16
22
repo: 'doocs/jvm',
23
logo: 'https://avatars.githubusercontent.com/u/43716716?s=200&v=4',
@@ -54,4 +60,4 @@ module.exports = {
54
60
55
61
56
62
57
-};
63
+})
0 commit comments