Fix browser base URL not working

This commit is contained in:
Geometrically
2022-01-28 19:42:01 -07:00
committed by GitHub
parent 2a17361a90
commit e91b0500c5

View File

@@ -281,7 +281,7 @@ export default {
},
publicRuntimeConfig: {
axios: {
browserBaseURL: process.env.BASE_URL,
browserBaseURL: process.env.BROWSER_BASE_URL,
},
ads: {
ghostMode: process.env.ENABLE_ADS == null,