Skip to content
Snippets Groups Projects
Commit 15d73e95 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: use hbp logo by default

parent bb51226f
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ module.exports = {
? true
: false,
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: {
......
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