Skip to content
Snippets Groups Projects
Unverified Commit f6c3b4ec authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #392 from HumanBrainProject/feat/ebrainLogo

chore: use hbp logo by default
parents c7c9734e 15d73e95
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ module.exports = { ...@@ -70,7 +70,7 @@ module.exports = {
? true ? true
: false, : false,
BACKEND_URL: JSON.stringify(process.env.BACKEND_URL || ''), BACKEND_URL: JSON.stringify(process.env.BACKEND_URL || ''),
USE_LOGO: JSON.stringify(process.env.USE_LOGO || 'ebrains' || 'hbp') USE_LOGO: JSON.stringify(process.env.USE_LOGO || 'hbp' || 'ebrains' )
}) })
], ],
resolve: { resolve: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment