mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2025-02-02 20:18:25 +00:00
feat(ga): remove sendHitTask
This commit is contained in:
parent
13653a6c2e
commit
fe20ce886d
@ -44,7 +44,7 @@ $c: ".l-default";
|
|||||||
html {
|
html {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 60px 0 40px;
|
padding: 60px 0;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background-color: #1b2431;
|
background-color: #1b2431;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -25,8 +25,7 @@ module.exports = {
|
|||||||
[
|
[
|
||||||
"@nuxtjs/google-analytics",
|
"@nuxtjs/google-analytics",
|
||||||
{
|
{
|
||||||
id: "UA-125493236-1",
|
id: "UA-125493236-1"
|
||||||
debug: { sendHitTask: process.env.NODE_ENV === "production" }
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user