Files
test-repo/vercel.json
T
sanbuphy 1b5a899937 build: add vercel config and update docs path
- Add vercel.json configuration for deployment
- Update node engine requirement in package-lock.json
- Fix broken link in documentation
2026-01-12 15:49:10 +08:00

7 lines
146 B
JSON

{
"buildCommand": "npm run build",
"installCommand": "npm install",
"framework": "vitepress",
"outputDirectory": "docs/.vitepress/dist"
}