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" } ] }