Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
fix: 构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Feb 15, 2024
1 parent 23b3c7a commit 894f9ff
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineUserConfig} from 'vuepress'
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'
import { viteBundler } from 'vuepress'
import { viteBundler } from '@vuepress/bundler-vite'
import theme from "./theme";
export default defineUserConfig({
plugins: [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"license": "GPL-3.0-or-later",
"dependencies": {
"@algolia/client-search": "^4.22.1",
"@vuepress/client": "2.0.0-rc.7",
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/plugin-docsearch": "2.0.0-rc.12",
"@vuepress/plugin-feed": "2.0.0-rc.12",
"@vuepress/plugin-google-analytics": "2.0.0-rc.12",
"algoliasearch": "^4.22.1",
"lightningcss": "^1.23.0",
Expand Down
Loading

0 comments on commit 894f9ff

Please sign in to comment.