diff --git a/frontend/public/index.html b/frontend/public/index.html index b14d142af..014c9fa49 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -5,7 +5,7 @@ - + Mealie diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 83352b9f2..62e6ac0b1 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -34,13 +34,6 @@ module.exports = { appleMobileWebAppCapable: "yes", appleMobileWebAppStatusBarStyle: "black", - iconPaths: { - favicon32: "./public/img/icons/favicon-32x32.png", - favicon16: "./public/img/icons/favicon-16x16.png", - appleTouchIcon: "./public/img/icons/apple-touch-icon-152x152.png", - maskIcon: "./public/img/icons/safari-pinned-tab.svg", - msTileImage: "./public/img/icons/msapplication-icon-144x144.png", - }, workboxPluginMode: "InjectManifest", workboxOptions: { swSrc: "./src/sw.js",