nuxtswagger icon indicating copy to clipboard operation
nuxtswagger copied to clipboard

Set options using nuxt.config baseurl not working

Open chsami opened this issue 4 years ago • 1 comments

The following code does not seem to set the baseurl. Anybody else has this issue?

 publicRuntimeConfig: {
    nuxtswagger: [
      {
        pluginName: 'api1',
        axiosConfig: { baseURL: process.env.api1},
      },
      {
        pluginName: 'api2',
        axiosConfig: { baseURL: process.env.api2},
      },
}

chsami avatar Dec 03 '21 15:12 chsami

image image image

Can't reproduce 🥲

Elevista avatar Jan 05 '22 20:01 Elevista