From ce2fbc6679289cfd4abebbe424a4933d82011eb7 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Mon, 12 Jan 2026 13:16:22 +0800 Subject: [PATCH] build: add framework field to vercel config --- vercel.json | 1 + 1 file changed, 1 insertion(+) 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"