diff --git a/veercel.json b/veercel.json index a2afd48..d2f8d1a 100644 --- a/veercel.json +++ b/veercel.json @@ -1,3 +1,3 @@ { - "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] + "redirects": [{ "source": "/(.*)", "destination": "/" }] } \ No newline at end of file