Remove API proxy to fly.dev in vercel.json

cgen-360425e6f18a4a4b8f4f1ebe78e6a02b
This commit is contained in:
Builder.io 2025-11-08 07:57:33 +00:00
parent 610d89867d
commit 085df71a7a

View file

@ -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": [