From 34ebe4202e69c3684aa4639ab10765621128ba1f Mon Sep 17 00:00:00 2001 From: jacky Date: Thu, 11 Jun 2026 19:17:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Vercel=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vercel.json b/vercel.json index b982ca6..6b63328 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,7 @@ { + "framework": null, + "buildCommand": null, + "outputDirectory": "public", "rewrites": [ { "source": "/chencunnct/api/:path*", "destination": "/api/chencunnct/:path*" }, { "source": "/beijiaonct/api/:path*", "destination": "/api/beijiaonct/:path*" }