aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTiger Oakes <contact@tigeroakes.com>2020-10-23 13:56:51 -0700
committerTiger Oakes <contact@tigeroakes.com>2020-10-23 13:56:51 -0700
commit1017cc9864f9d34fd5573901534881167402b103 (patch)
tree795c5627e4fc4e975f523007d65a3b69be5eb8f8
parentb04e718367297b95aedad2efb2c74bfd8e3be37f (diff)
downloadhomer-1017cc9864f9d34fd5573901534881167402b103.tar.gz
homer-1017cc9864f9d34fd5573901534881167402b103.tar.zst
homer-1017cc9864f9d34fd5573901534881167402b103.zip
Update vue config
-rw-r--r--vue.config.js43
1 files changed, 2 insertions, 41 deletions
diff --git a/vue.config.js b/vue.config.js
index 07d9589..5a9d05f 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -10,50 +10,11 @@ module.exports = {
10 publicPath: "", 10 publicPath: "",
11 pwa: { 11 pwa: {
12 manifestPath: "assets/manifest.json", 12 manifestPath: "assets/manifest.json",
13 manifestOptions: {
14 start_url: "../",
15 },
16 appleMobileWebAppStatusBarStyle: "black", 13 appleMobileWebAppStatusBarStyle: "black",
17 appleMobileWebAppCapable: "yes", 14 appleMobileWebAppCapable: "yes",
18 name: "Homer Dashboard", 15 name: "Homer Dashboard",
19 short_name: "Homer", 16 themeColor: "#3367D6",
20 theme_color: "#3367D6", 17 manifestOptions: require('./public/assets/manifest.json'),
21 icons: [
22 {
23 src: "./icons/favicon-16x16.png",
24 sizes: "16x16",
25 type: "image/png",
26 },
27 {
28 src: "./icons/favicon-32x32.png",
29 sizes: "32x32",
30 type: "image/png",
31 },
32 {
33 src: "./icons/icon-any.png",
34 sizes: "512x512",
35 type: "image/png",
36 purpose: "any",
37 },
38 {
39 src: "./icons/icon-any.svg",
40 sizes: "any",
41 type: "image/svg+xml",
42 purpose: "any",
43 },
44 {
45 src: "./icons/icon-maskable.png",
46 sizes: "512x512",
47 type: "image/png",
48 purpose: "maskable",
49 },
50 {
51 src: "./icons/safari-pinned-tab.svg",
52 sizes: "any",
53 type: "image/svg+xml",
54 purpose: "monochrome",
55 },
56 ],
57 iconPaths: { 18 iconPaths: {
58 favicon32: "assets/icons/favicon-32x32.png", 19 favicon32: "assets/icons/favicon-32x32.png",
59 favicon16: "assets/icons/favicon-16x16.png", 20 favicon16: "assets/icons/favicon-16x16.png",