Skip to content

Commit

Permalink
chore(website): reporting gua code for the clomonitor
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Oct 26, 2023
1 parent 54531ba commit ee991ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
}

0 comments on commit ee991ea

Please sign in to comment.