diff --git a/build_n_deploy/webpack/webpack.common.js b/build_n_deploy/webpack/webpack.common.js index 78ec43e9e..060f1c3a8 100644 --- a/build_n_deploy/webpack/webpack.common.js +++ b/build_n_deploy/webpack/webpack.common.js @@ -47,6 +47,7 @@ const common = { template: path.join(process.cwd(), 'src/frontend/index.html'), inject: 'body', alwaysWriteToDisk: true, + favicon: path.join(process.cwd(), '/src/frontend/favicon.ico'), }), new ForkTsCheckerWebpackPlugin({ async: true, diff --git a/src/frontend/favicon.ico b/src/frontend/favicon.ico new file mode 100644 index 000000000..2e152ae5b Binary files /dev/null and b/src/frontend/favicon.ico differ diff --git a/src/frontend/index.html b/src/frontend/index.html index 31ba7532c..328a8493c 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -4,6 +4,7 @@ +