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
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"framework": "vite",
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "docs/.vitepress/dist"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user