Fix base URL conflicting with default axios ones (#243)
This commit is contained in:
parent
e22a586a41
commit
cd8bc7a7a1
@ -175,7 +175,7 @@ export default {
|
|||||||
},
|
},
|
||||||
publicRuntimeConfig: {
|
publicRuntimeConfig: {
|
||||||
axios: {
|
axios: {
|
||||||
browserBaseURL: process.env.API_URL,
|
browserBaseURL: process.env.BROWSER_BASE_URL,
|
||||||
},
|
},
|
||||||
ads: {
|
ads: {
|
||||||
ghostMode: process.env.ENABLE_ADS == null,
|
ghostMode: process.env.ENABLE_ADS == null,
|
||||||
@ -189,7 +189,7 @@ export default {
|
|||||||
},
|
},
|
||||||
privateRuntimeConfig: {
|
privateRuntimeConfig: {
|
||||||
axios: {
|
axios: {
|
||||||
baseURL: process.env.API_URL,
|
baseURL: process.env.BASE_URL,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user