From b478db6de59c56d567b6d5d7228cb19180c29061 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 28 Dec 2024 17:30:16 +0800 Subject: [PATCH] build: update vercel commands --- vercel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index a19e4f3..41dff6e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,6 @@ { - "cleanUrls": true + "cleanUrls": true, + "installCommand": "pnpm install", + "buildCommand": "vitepress build", + "outputDirectory": ".vitepress/dist" } \ No newline at end of file