diff --git a/vercel.json b/vercel.json index 572a48d..bb36619 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "rewrites": [{ "source": "/(.*)", "destination": "/" }] + "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] } \ No newline at end of file