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 f22aa73 commit 332164fCopy full SHA for 332164f
docs/.vuepress/config.js
@@ -1,7 +1,10 @@
1
-import { defaultTheme } from 'vuepress';
+import { viteBundler } from '@vuepress/bundler-vite';
2
+import { defaultTheme } from '@vuepress/theme-default';
3
+import { defineUserConfig } from 'vuepress';
4
import { searchPlugin } from '@vuepress/plugin-search';
5
-module.exports = {
6
+export default defineUserConfig({
7
+ bundler: viteBundler(),
8
lang: 'zh-CN',
9
title: '腾讯云 IM 服务端 Java SDK 使用文档',
10
description: '腾讯云 IM 服务端 SDK API 文档 Java 版',
@@ -57,4 +60,4 @@ module.exports = {
57
60
isSearchable: page => page.path !== '/',
58
61
}),
59
62
],
-};
63
+})
0 commit comments