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