Skip to content

Commit

Permalink
docs: fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 19, 2024
1 parent 3dbdce3 commit 4ea1adc
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 99 deletions.
171 changes: 84 additions & 87 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { App } from 'vue'

import Video from '../../components/Video.vue'

import 'uno.css'
import 'virtual:uno.css'
import './style.css'

export default {
Expand Down
5 changes: 2 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/logos": "^1.1.43",
"@unocss/preset-icons": "^0.61.5",
"@unocss/preset-uno": "0.61.5",
"@unocss/preset-web-fonts": "^0.61.5",
"@unocss/preset-uno": "^0.61.5",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"unocss": "^0.61.5",
Expand All @@ -29,6 +28,6 @@
},
"dependencies": {
"@vueuse/core": "10.11.0",
"vue": "3.4.32"
"vue": "3.4.33"
}
}
Loading

0 comments on commit 4ea1adc

Please sign in to comment.