Hi there. What's the best way to have one url for prod and another for dev with Nuxt? I searched Docs but can't find anythng.
For example, I have this axios.post('http://localhost:7777/form', payload)
Hot to change url when I run npm run build
or npm run generate
?