From ee991ea03a81b89c3f87d6b5fe2794c0ef76d29d Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 26 Oct 2023 14:58:10 +0200 Subject: [PATCH] chore(website): reporting gua code for the clomonitor Signed-off-by: Dario Tranchitella --- docs/src/main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main.js b/docs/src/main.js index e24758d5..f68ee55a 100644 --- a/docs/src/main.js +++ b/docs/src/main.js @@ -9,4 +9,9 @@ export default function (Vue, { router, head, isClient }) { // Set default layout as a global component Vue.component('LayoutDefault', DefaultLayout) Vue.component('LayoutMarkdown', MarkdownLayout) + + head.script.push({ + src: 'https://www.googletagmanager.com/gtag/js?id=G-ZL1M3TWPY2', + async: true + }) }