From cb2fa1f57fe48f36e0d53ddfb5ed4b311003049a Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:37:29 -0600 Subject: [PATCH] Create vercel.json --- 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..b7c60ed --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "outputDirectory": "build" +} \ No newline at end of file