8ef37053a8
Update vercel.json to specify Vite framework and build command Modify deploy.yml to include base path in build command for GitHub Pages
6 lines
106 B
JSON
6 lines
106 B
JSON
{
|
|
"framework": "vite",
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "docs/.vitepress/dist"
|
|
}
|