Skip to content

Commit

Permalink
docs: update vitepress version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jexordexan committed Feb 13, 2023
1 parent b46a191 commit 95d8671
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 327 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const GOOGLE_APP_ID = 'G-6JF11BVDSJ'

export default defineConfig({
title: 'Vue Slicksort',
cleanUrls: 'with-subfolders',
cleanUrls: true,
head: [
['link', { rel: 'icon', sizes: '32x32', href: '/favicon-32x32.png' }],
['link', { rel: 'icon', sizes: '16x16', href: '/favicon-16x16.png' }],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"standard-changelog": "^2.0.27",
"typescript": "^4.2.3",
"vite": "^3.2.4",
"vitepress": "^1.0.0-alpha.29",
"vitepress": "^1.0.0-alpha.46",
"vue": "^3.2.45",
"vuepress": "^2.0.0-alpha.23"
},
Expand Down
Loading

0 comments on commit 95d8671

Please sign in to comment.