Replies: 1 comment 2 replies
-
export default {
head: [
['script', { src: 'https://googletagmanager.com/...' }],
['script', {}, `gtag call here`]
]
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vedxp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add analytics script in my site, but don't know how to add it in
.vitepress/config.ts
.Help would be much appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions