0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-06-04 14:49:54 +02:00

add favicon

This commit is contained in:
casperlamboo 2018-01-30 19:41:30 +01:00
parent 8fde65a78a
commit 4d93ee2e9d
2 changed files with 1 additions and 0 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width: 32px  |  Height: 32px  |  Size: 4.2 KiB

@ -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,