Skip to content

Commit 6d1fd35

Browse files
committed
fix: Favicon extension
1 parent a98b971 commit 6d1fd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = merge(common, {
4949
new CssMinimizerPlugin(),
5050
new HtmlWebpackPlugin({
5151
title: 'Task pilot',
52-
favicon: './src/assets/favicon.ico',
52+
favicon: './src/assets/favicon.svg',
5353
template: './src/index.html',
5454
minify: {
5555
removeAttributeQuotes: true,

0 commit comments

Comments
 (0)