⚡ GA_ID moved to env
This commit is contained in:
@@ -222,19 +222,19 @@ export default {
|
|||||||
manifest: {
|
manifest: {
|
||||||
name: meta.name,
|
name: meta.name,
|
||||||
short_name: meta.name,
|
short_name: meta.name,
|
||||||
|
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
|
|
||||||
theme_color: "#252628",
|
theme_color: "#252628",
|
||||||
background_color: "#252628",
|
background_color: "#252628",
|
||||||
start_url: `${routerBase.router.base}`
|
start_url: `${routerBase.router.base}`
|
||||||
},
|
},
|
||||||
|
|
||||||
meta: {
|
meta: {
|
||||||
description: meta.shortDescription,
|
description: meta.shortDescription,
|
||||||
theme_color: "#252628",
|
theme_color: "#252628",
|
||||||
},
|
},
|
||||||
|
|
||||||
icons: ((sizes) => {
|
icons: ((sizes) => {
|
||||||
let icons = [];
|
let icons = [];
|
||||||
for (let size of sizes) {
|
for (let size of sizes) {
|
||||||
@@ -253,7 +253,7 @@ export default {
|
|||||||
theme: 'bubble'
|
theme: 'bubble'
|
||||||
},
|
},
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
id: 'UA-61422507-2'
|
id: process.env.GA_ID || ''
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
** Build configuration
|
** Build configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user