Remove API proxy to fly.dev in vercel.json
cgen-360425e6f18a4a4b8f4f1ebe78e6a02b
This commit is contained in:
parent
610d89867d
commit
085df71a7a
1 changed files with 0 additions and 4 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue