Skip to content

Commit 332164f

Browse files
committed
chore: upgrade dependencies
1 parent f22aa73 commit 332164f

File tree

3 files changed

+1221
-930
lines changed

3 files changed

+1221
-930
lines changed

docs/.vuepress/config.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
import { defaultTheme } from 'vuepress';
1+
import { viteBundler } from '@vuepress/bundler-vite';
2+
import { defaultTheme } from '@vuepress/theme-default';
3+
import { defineUserConfig } from 'vuepress';
24
import { searchPlugin } from '@vuepress/plugin-search';
35

4-
module.exports = {
6+
export default defineUserConfig({
7+
bundler: viteBundler(),
58
lang: 'zh-CN',
69
title: '腾讯云 IM 服务端 Java SDK 使用文档',
710
description: '腾讯云 IM 服务端 SDK API 文档 Java 版',
@@ -57,4 +60,4 @@ module.exports = {
5760
isSearchable: page => page.path !== '/',
5861
}),
5962
],
60-
};
63+
})

0 commit comments

Comments
 (0)