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