diff --git a/vercel.json b/vercel.json index def107e..7046779 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "rewrites": [ { "source": "/mystery-fruits-js/:match*", - "destination": "/mystery-fruits-js/:match*" + "destination": "/:match*" } ] }