You’re overriding the /recommend route in your vercel.json. I would suggest not using routes there
Instead, if you’re looking at redirecting traffic, you should use rewrites to send visitors to /recommend to your /api/recommend-lambda
You’re overriding the /recommend route in your vercel.json. I would suggest not using routes there
Instead, if you’re looking at redirecting traffic, you should use rewrites to send visitors to /recommend to your /api/recommend-lambda