diff --git a/vercel.json b/vercel.json index 0484c84..efec22e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,5 @@ { + "framework": "vitepress", "buildCommand": "npm run build", "outputDirectory": "docs/.vitepress/dist", "installCommand": "npm install"