From 0aed452e0a64369cd5ac77eb5880b673f25b091d Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 8 Jun 2026 17:16:15 -0300 Subject: [PATCH] fix: add vercel.json for SPA routing --- frontend/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/vercel.json b/frontend/vercel.json index 12f8511..831e9b7 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -3,6 +3,10 @@ { "source": "/api/(.*)", "destination": "http://jobsglobalscraper.ddns.net/api/$1" + }, + { + "source": "/(.*)", + "destination": "/index.html" } ] }