Skip to content

Commit 38fb5b9

Browse files
author
litongjava
committed
add vercel.json
1 parent 7546acf commit 38fb5b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vercel.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
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+
]
12+
}

0 commit comments

Comments
 (0)