Files
test-repo/vercel.json
T
sanbuphy 8ef37053a8 ci: update vercel config and github workflow for deployment
Update vercel.json to specify Vite framework and build command
Modify deploy.yml to include base path in build command for GitHub Pages
2026-01-12 13:00:43 +08:00

6 lines
106 B
JSON

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