diff --git a/public/index.html b/public/index.html
index c355ece422..e96efdaf2a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
+
OpenBMC Web UI
diff --git a/vue.config.js b/vue.config.js
index bd22674640..e66d5d15c5 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -61,6 +61,14 @@ module.exports = {
.rule('vue')
.use('vue-svg-inline-loader')
.loader('vue-svg-inline-loader');
+ config.module
+ .rule('ico')
+ .test(/\.ico$/)
+ .use('file-loader')
+ .loader('file-loader')
+ .options({
+ name: '[name].[contenthash:8].[ext]',
+ });
},
configureWebpack: (config) => {
config.plugins.push(