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" } ] }