Add favicon to web-app

This commit is contained in:
Blue (Lukas Rieger) 2020-08-30 21:28:30 +02:00
parent 6d122a9b10
commit 2e3aa2204c
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -31,6 +31,7 @@ module.exports = {
}),
new HtmlWebpackPlugin({
template: path.resolve(WEBROOT_PATH, 'index.html'),
favicon: path.resolve(WEBROOT_PATH, 'assets/favicon.png'),
hash: true,
}),
],