Skip to content

Commit

Permalink
Update vue config
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Oct 23, 2020
1 parent b04e718 commit 1017cc9
Showing 1 changed file with 2 additions and 41 deletions.
43 changes: 2 additions & 41 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,50 +10,11 @@ module.exports = {
publicPath: "",
pwa: {
manifestPath: "assets/manifest.json",
manifestOptions: {
start_url: "../",
},
appleMobileWebAppStatusBarStyle: "black",
appleMobileWebAppCapable: "yes",
name: "Homer Dashboard",
short_name: "Homer",
theme_color: "#3367D6",
icons: [
{
src: "./icons/favicon-16x16.png",
sizes: "16x16",
type: "image/png",
},
{
src: "./icons/favicon-32x32.png",
sizes: "32x32",
type: "image/png",
},
{
src: "./icons/icon-any.png",
sizes: "512x512",
type: "image/png",
purpose: "any",
},
{
src: "./icons/icon-any.svg",
sizes: "any",
type: "image/svg+xml",
purpose: "any",
},
{
src: "./icons/icon-maskable.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
},
{
src: "./icons/safari-pinned-tab.svg",
sizes: "any",
type: "image/svg+xml",
purpose: "monochrome",
},
],
themeColor: "#3367D6",
manifestOptions: require('./public/assets/manifest.json'),
iconPaths: {
favicon32: "assets/icons/favicon-32x32.png",
favicon16: "assets/icons/favicon-16x16.png",
Expand Down

0 comments on commit 1017cc9

Please sign in to comment.