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