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",
|
"buildCommand": "npm ci && npm run build",
|
||||||
"outputDirectory": "dist/spa",
|
"outputDirectory": "dist/spa",
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
|
||||||
"source": "/api/:path*",
|
|
||||||
"destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*"
|
|
||||||
},
|
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
{ "source": "/(.*)", "destination": "/index.html" }
|
||||||
],
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue