diff --git a/vercel.json b/vercel.json index 7686e1e3..b66cf209 100644 --- a/vercel.json +++ b/vercel.json @@ -3,7 +3,10 @@ "buildCommand": "npm ci && npm run build", "outputDirectory": "dist", "rewrites": [ - { "source": "/api/:path*", "destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*" }, + { + "source": "/api/:path*", + "destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*" + }, { "source": "/(.*)", "destination": "/" } ] }