Skip to content

Commit 119fe20

Browse files
author
litongjava
committed
add vercel.json
1 parent 38fb5b9 commit 119fe20

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

vercel.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
"version": 2,
3-
"builds": [
4-
{
5-
"src": "package.json",
6-
"use": "@vercel/static-build",
7-
"config": {
8-
"outputDirectory": "docs/.vuepress/tio-boot-docs"
9-
}
10-
}
11-
]
2+
"buildCommand": "yarn build",
3+
"outputDirectory": "docs/.vuepress/dist"
124
}

0 commit comments

Comments
 (0)