Skip to content

Commit 4e0ea4a

Browse files
committed
chore: add vercel configuration file to define build command and output directory for documentation deployment
1 parent 3340c7a commit 4e0ea4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"buildCommand": "pnpm -C docs build",
3+
"outputDirectory": "docs/.docs/.vercel/output/static",
4+
"framework": null
5+
}

0 commit comments

Comments
 (0)