fix: remove rewrites configuration from vercel.json

This commit is contained in:
MythEclipse
2026-05-07 20:14:43 +07:00
parent c0bfce3d26
commit 7df78ad117
-4
View File
@@ -1,9 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1",
<<<<<<< HEAD
"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)
}