From 085df71a7a813e565b1dfc72047ee16266723301 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 07:57:33 +0000 Subject: [PATCH] Remove API proxy to fly.dev in vercel.json cgen-360425e6f18a4a4b8f4f1ebe78e6a02b --- vercel.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vercel.json b/vercel.json index 421e0a03..4906a95c 100644 --- a/vercel.json +++ b/vercel.json @@ -3,10 +3,6 @@ "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", "rewrites": [ - { - "source": "/api/:path*", - "destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*" - }, { "source": "/(.*)", "destination": "/index.html" } ], "headers": [