hoangvvo / next-connect

The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2
https://www.npmjs.com/package/next-connect
MIT License
1.62k stars 65 forks source link

incorrect baseurl in getStaticProps + axios(get) #192

Open jagnani73 opened 2 years ago

jagnani73 commented 2 years ago

I'm using getStaticProps and getStaticPaths with Axios API get calls. I'm unable to set the API base URL for deployment. Please help me!

hoangvvo commented 2 years ago

Could you be more clear on your issue?