From 90b01f74147882134dc708a718e75bb216c205e4 Mon Sep 17 00:00:00 2001 From: bot Date: Mon, 31 Aug 2026 21:11:09 +0000 Subject: [PATCH] chore: vercel rewrites point at workorder-api.lverma.com (VPS) --- vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index 930ce46..a41b198 100644 --- a/vercel.json +++ b/vercel.json @@ -5,9 +5,9 @@ "buildCommand": "npm run build -w @workorders/shared && npm run build -w frontend", "outputDirectory": "frontend/dist", "rewrites": [ - { "source": "/api/(.*)", "destination": "https://workorders-api.onrender.com/api/$1" }, - { "source": "/health", "destination": "https://workorders-api.onrender.com/health" }, - { "source": "/ready", "destination": "https://workorders-api.onrender.com/ready" }, + { "source": "/api/(.*)", "destination": "https://workorder-api.lverma.com/api/$1" }, + { "source": "/health", "destination": "https://workorder-api.lverma.com/health" }, + { "source": "/ready", "destination": "https://workorder-api.lverma.com/ready" }, { "source": "/(.*)", "destination": "/index.html" } ] }