build: add framework field to vercel config
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"framework": "vitepress",
|
||||||
"buildCommand": "npm run build",
|
"buildCommand": "npm run build",
|
||||||
"outputDirectory": "docs/.vitepress/dist",
|
"outputDirectory": "docs/.vitepress/dist",
|
||||||
"installCommand": "npm install"
|
"installCommand": "npm install"
|
||||||
|
|||||||
Reference in New Issue
Block a user