Skip to content

Commit dbce23c

Browse files
committed
chore: update vercel configuration for improved build and deployment process
1 parent d2623d9 commit dbce23c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

vercel.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"version": 2,
3-
"outputDirectory": "docs",
4-
"public": true,
5-
"cleanUrls": true
2+
"buildCommand": "cd docs && npm run build",
3+
"outputDirectory": "docs/dist",
4+
"installCommand": "cd docs && npm install",
5+
"devCommand": "cd docs && npm run dev",
6+
"framework": "astro"
67
}

0 commit comments

Comments
 (0)