fix: remove rewrites configuration from vercel.json
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
"bunVersion": "1",
|
"bunVersion": "1",
|
||||||
<<<<<<< HEAD
|
|
||||||
"installCommand": "bun install"
|
"installCommand": "bun install"
|
||||||
=======
|
|
||||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
|
||||||
>>>>>>> parent of cfbc460 (feat: update build output directory to 'dist' in package.json and set outputDirectory in vercel.json)
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user