Skip to content

Commit

Permalink
ci: upgrade vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Apr 13, 2024
1 parent 1ca58e5 commit 18e30ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/.vitepress/components/NotFound.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script setup lang="ts">
<script setup>
import { onMounted, ref } from 'vue'
import { withBase, useData } from 'vitepress'
const { lang } = useData()
const root = ref('/')
onMounted(() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"rollup-plugin-progress": "^1.1.2",
"tslib": "^2.5.0",
"typescript": "^4.8.3",
"vitepress": "1.0.2"
"vitepress": "1.1.0"
}
}

0 comments on commit 18e30ab

Please sign in to comment.