mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-12-28 11:59:21 +01:00
Add favicon to web-app
This commit is contained in:
parent
6d122a9b10
commit
2e3aa2204c
BIN
BlueMapCore/src/main/webroot/assets/favicon.png
Normal file
BIN
BlueMapCore/src/main/webroot/assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
@ -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,
|
||||
}),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user