From 7df78ad117b4bd2d910f55d936cde0fd69af8a1a Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 20:14:43 +0700 Subject: [PATCH] fix: remove rewrites configuration from vercel.json --- vercel.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vercel.json b/vercel.json index cd7f641..9fbbe05 100644 --- a/vercel.json +++ b/vercel.json @@ -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) } \ No newline at end of file