From 0cd64de3cfdc0f507175fed42b2c7d82890b0276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=98=EC=A7=80=EB=AF=BC?= <163178666+JiiminHa@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:31:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20vercel.json=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..0f32683 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] +}