It would be so cool if it was possible to proxy an external URL.
Case of use :
  • backend api for example
  • external image transformation service
On Vercel or Netlify, it's possible to make this kind of configuration :
{
"src": "/api/(.*)",
},