From 2d35f61cf097403be89d1db0106eebe5aad5f784 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:49:00 +0200 Subject: [PATCH] fix rewrite --- backend/vercel.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/vercel.json b/backend/vercel.json index c5c6bdf4..1b206ef7 100644 --- a/backend/vercel.json +++ b/backend/vercel.json @@ -4,10 +4,12 @@ { "source": "/", "destination": "https://github.com/anuraghazra/github-readme-stats" - }, + } + ], + "rewrites": [ { "source": "/frontend/:match*", - "destination": "https://monorepo-test-frontend-neon.vercel.app/frontend/:match*" + "destination": "https://monorepo-test-frontend-neon.vercel.app/:match*" } ] } \ No newline at end of file