Skip to content

Commit

Permalink
bump vitepress + use dynamic routes for partners (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es committed Feb 28, 2023
1 parent 57de433 commit ce67118
Show file tree
Hide file tree
Showing 15 changed files with 374 additions and 443 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -95,8 +95,9 @@ pnpm-global
# rollup.js default build output
dist/

# vuepress build output
.vuepress/dist
# vitepress build output
.vitepress/dist
.vitepress/cache

# Serverless directories
.serverless/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"engines": {
"node": ">=14.19.0"
},
"packageManager": "pnpm@7.17.0",
"packageManager": "pnpm@7.28.0",
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
Expand All @@ -15,8 +15,8 @@
"@vue/theme": "^1.3.0",
"dynamics.js": "^1.1.5",
"gsap": "^3.9.0",
"vitepress": "^1.0.0-alpha.29",
"vue": "^3.2.45"
"vitepress": "^1.0.0-alpha.49",
"vue": "^3.2.47"
},
"devDependencies": {
"@nexhome/yorkie": "^2.0.8",
Expand Down

1 comment on commit ce67118

@vercel
Copy link

@vercel vercel bot commented on ce67118 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-ja – ./

docs-ja-git-main-vuejs.vercel.app
docs-ja-vuejs.vercel.app
docs-ja-rose.vercel.app
ja.vuejs.org

Please sign in to comment.