Skip to content

Commit 8cb088f

Browse files
committed
set debug false
1 parent 6c05d04 commit 8cb088f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/nuxt.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export default theme({
1616
[
1717
'@nuxtjs/google-analytics',
1818
{
19-
id: 'UA-170494825-1',
20-
debug: {
21-
enabled: true,
22-
sendHitTask: true
23-
}
19+
id: 'UA-170494825-1'
20+
// debug: {
21+
// enabled: true,
22+
// sendHitTask: true
23+
// }
2424
}
2525
]
2626
],

0 commit comments

Comments
 (0)