diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..921abdd Binary files /dev/null and b/favicon.ico differ diff --git a/webpack.config.js b/webpack.config.js index 4ea95a0..8fb2532 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -65,6 +65,7 @@ module.exports = { }, plugins: analyzeBundle ? [new BundleAnalyzerPlugin()] : [ new HTMLWebpackPlugin({ + favicon: 'favicon.ico', title: 'Doodle3D Slicer', template: require('html-webpack-template'), inject: false,