Al Imam
Results
2
comments of
Al Imam
add this to your vercel.json ```json { "rewrites": [ { "source": "/api/:path*", "destination": "your-backend-host/api/:path*" }, { "source": "/(.*)", "destination": "/index.html" } ] } ```
Nextjs template also dont work