diff --git a/docs/vercel.json b/docs/vercel.json new file mode 100644 index 00000000..39bd1f66 --- /dev/null +++ b/docs/vercel.json @@ -0,0 +1,6 @@ +{ + "buildCommand": "pnpm docs:build", + "outputDirectory": ".vitepress/dist", + "installCommand": "pnpm install", + "framework": "vitepress" +}