diff --git a/vercel.json b/vercel.json index 8f538a7..eeb87c1 100644 --- a/vercel.json +++ b/vercel.json @@ -22,5 +22,5 @@ ] } ], - "rewrites": [{ "source": "/*", "destination": "/index.html" }] + "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] }