mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 14:37:19 -05:00
favicon: security camera in orange/red circle
This is derived from the following icon: https://thenounproject.com/term/security-camera/72530 by iconsmind.com. I paid for the royalty-free license. Fixes #50.
This commit is contained in:
@@ -29,6 +29,16 @@ module.exports = (env, args) => {
|
||||
}, {
|
||||
test: /\.png$/,
|
||||
use: ['file-loader'],
|
||||
}, {
|
||||
test: /\.ico$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
name: '[name].[ext]'
|
||||
}
|
||||
}
|
||||
]
|
||||
}, {
|
||||
// Load css and then in-line in head
|
||||
test: /\.css$/,
|
||||
|
||||
Reference in New Issue
Block a user