Changing Branding

Changing the branding of BlockBase is fairly easy, here's a few steps.

  1. public/images/blockbase.png - This is the logo, you can either replace this with your own logo or move your own new logo to the public/images folder.

  2. src/config/mainPageConfig.js - This is where you can change the url of the logo you just modified, and this is where you can edit the main page. You can change all texts that say BlockBase to your server name here.

  3. src/config/mainConfig.js - This is where you can edit all the SEO related tags. Just open it and you'll see what you need to change.

Last updated