chore(website): reporting gua code for the clomonitor

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2023-10-26 15:01:35 +02:00
parent 54531bab72
commit ee991ea03a
+5
View File
@@ -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
})
}