forked from AkkomaGang/akkoma-fe
fix
This commit is contained in:
parent
4eb075fae7
commit
c54eb1ecad
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const afterStoreSetup = ({store, i18n}) => {
|
|||
|
||||
// This takes static config and overrides properties that are present in apiConfig
|
||||
let config = {}
|
||||
if (overrides.staticConfigPreference && env === 'DEV') {
|
||||
if (overrides.staticConfigPreference && env === 'development') {
|
||||
console.warn('OVERRIDING API CONFIG WITH STATIC CONFIG')
|
||||
config = Object.assign({}, apiConfig, staticConfig)
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue