mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
cleanup
This commit is contained in:
parent
96368c8a11
commit
b4fcd8196d
2 changed files with 1 additions and 8 deletions
|
@ -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"> -->
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue