From 6db4348795dc27c5bdc66a1e5649f5423cb6edf6 Mon Sep 17 00:00:00 2001 From: kimsubsub Date: Fri, 24 Apr 2026 19:58:45 +0900 Subject: [PATCH] fix: add vercel spa fallback --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 3a54433..6dafc4e 100644 --- a/vercel.json +++ b/vercel.json @@ -7,6 +7,10 @@ { "source": "/be3/:path*", "destination": "/api/be3?path=:path*" + }, + { + "source": "/(.*)", + "destination": "/index.html" } ] }