Elevista/nuxtswagger

Set options using nuxt.config baseurl not working

Closed this issue · 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},
      },
}

image
image
image

Can't reproduce 🥲