This commit is contained in:
Weng Tad 2021-05-26 18:28:18 +08:00
commit b4fcd8196d
2 changed files with 1 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Mealie is a self hosted recipe manager and meal planner ."> <meta name="description" content="Mealie is a self hosted recipe manager and meal planner.">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title> Mealie </title> <title> Mealie </title>
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> --> <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> -->

View file

@ -34,13 +34,6 @@ module.exports = {
appleMobileWebAppCapable: "yes", appleMobileWebAppCapable: "yes",
appleMobileWebAppStatusBarStyle: "black", 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", workboxPluginMode: "InjectManifest",
workboxOptions: { workboxOptions: {
swSrc: "./src/sw.js", swSrc: "./src/sw.js",