Skip to content

Commit

Permalink
Add Favicon and PageTitle in config. Closes #1872 (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina authored Aug 20, 2020
1 parent ab83c7c commit 3190598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ config.visualization.extraCss.push('deepforge/styles/global.css');

config.storage.autoMerge.enable = true;

config.client.pageTitle = 'DeepForge';
config.client.faviconPath = '/extlib/favicon.ico';

validateConfig(config);
module.exports = config;
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 3190598

Please sign in to comment.