Skip to content

Commit

Permalink
Fix Vuepress configs
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Feb 14, 2024
1 parent 7aa1944 commit 9b5d007
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 745 deletions.
9 changes: 5 additions & 4 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import palettePlugin from '@vuepress/plugin-palette'
import {defineUserConfig, defaultTheme} from 'vuepress'
import {defineUserConfig} from 'vuepress'
import {path} from '@vuepress/utils'
import {defaultTheme} from '@vuepress/theme-default'
import {viteBundler} from '@vuepress/bundler-vite'

module.exports = defineUserConfig({
export default defineUserConfig({
title: 'Pave',
base: '/pave/',
alias: {
Expand Down Expand Up @@ -68,7 +69,7 @@ module.exports = defineUserConfig({
description: 'SVG/Path2Dのパス操作に特化したライブラリ',
},
},
plugins: [palettePlugin({preset: 'sass'})],
bundler: viteBundler({}),
markdown: {
//@ts-ignore
linkify: true,
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vuepress/bundler-vite": "2.0.0-rc.2",
"@vuepress/plugin-palette": "^2.0.0-rc.14",
"@vuepress/theme-default": "2.0.0-rc.1",
"@vueuse/core": "^10.7.2",
"concurrently": "^8.2.2",
"eslint": "^8.49.0",
Expand All @@ -70,7 +73,7 @@
"typescript": "^5.3.3",
"vue": "^3.4.19",
"vue-eslint-parser": "^9.3.2",
"vuepress": "^2.0.0-rc.0"
"vuepress": "2.0.0-rc.1"
},
"dependencies": {
"@types/bezier-js": "^4.1.3",
Expand Down
Loading

0 comments on commit 9b5d007

Please sign in to comment.