1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2025-01-23 07:08:34 +00:00

feat(ga): remove sendHitTask

This commit is contained in:
Julien 2018-09-10 00:44:14 +02:00
parent 13653a6c2e
commit fe20ce886d
2 changed files with 2 additions and 3 deletions

View File

@ -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;

View File

@ -25,8 +25,7 @@ module.exports = {
[
"@nuxtjs/google-analytics",
{
id: "UA-125493236-1",
debug: { sendHitTask: process.env.NODE_ENV === "production" }
id: "UA-125493236-1"
}
]
],