Skip to content

Commit 656f955

Browse files
committed
add vercel.json
1 parent 2b47b3f commit 656f955

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"dev": "vocs dev",
8-
"build": "vocs build",
8+
"build": "vocs build --outDir dist",
99
"preview": "vocs preview",
1010
"lint:check": "biome check .",
1111
"lint": "biome check --write .",

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"installCommand": "pnpm install",
4+
"buildCommand": "pnpm build && ls -la && ls -la docs",
5+
"outputDirectory": "./docs/dist"
6+
}

0 commit comments

Comments
 (0)