From 33a7a4e9500c986f2e67010f0477efac0a85133b Mon Sep 17 00:00:00 2001 From: dongsheng123132 <90887123+dongsheng123132@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:21:32 +0800 Subject: [PATCH] fix: add vercel.json to serve website/ directory Website files moved to website/ subdirectory, Vercel needs outputDirectory config to find them. --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..6474ba0 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "outputDirectory": "website" +}