We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1d152 commit 7b62920Copy full SHA for 7b62920
vercel.json
@@ -1,5 +1,6 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "buildCommand": "bun run docs:build",
+ "buildCommand": "npx vitepress build docs",
4
+ "installCommand": "bun install",
5
"outputDirectory": "docs/.vitepress/dist"
6
}
0 commit comments