sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.87k stars 136 forks source link

Configure proxy in Surge #370

Closed cuongnd9 closed 5 years ago

cuongnd9 commented 5 years ago

My website need call API from a domain. I configured package.json:

"proxy": "https://www.123phim.vn"

But when deploy on surge, proxy is https://surge.sh/. How I can configure this proxy or any solutions? Thanks!