Skip to content

Commit 699bd72

Browse files
authored
Update Vercel configuration for project name and build
1 parent 0d23282 commit 699bd72

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

vercel.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"version": 2,
4+
"name": "@rc-component/upload",
5+
"builds": [
6+
{
7+
"src": "package.json",
8+
"use": "@vercel/static-build",
9+
"config": {
10+
"distDir": "dist"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)