diff --git a/traffic-front/build/webpack.dev.conf.js b/traffic-front/build/webpack.dev.conf.js index 070ae22..dc1d00d 100644 --- a/traffic-front/build/webpack.dev.conf.js +++ b/traffic-front/build/webpack.dev.conf.js @@ -55,7 +55,8 @@ const devWebpackConfig = merge(baseWebpackConfig, { new HtmlWebpackPlugin({ filename: 'index.html', template: 'index.html', - inject: true + inject: true, + favicon:path.resolve(__dirname, '../src/assets/img/favicon.ico'), }), // copy custom static assets new CopyWebpackPlugin([ diff --git a/traffic-front/index.html b/traffic-front/index.html index d33cd7b..fa27d70 100644 --- a/traffic-front/index.html +++ b/traffic-front/index.html @@ -3,10 +3,10 @@
-