diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 009553e..2d65c60 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -30,5 +30,17 @@ export default defineConfig({ content: "71A3myPAsbW4yU-SCkZlmMSVmyagcPQGxCxU2IfHhx4", }, ], + [ + 'script', + { + async: true, + src: 'https://www.googletagmanager.com/gtag/js?id=G-L74CKN4BBD', + }, + ], + [ + 'script', + {}, + "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-L74CKN4BBD');", + ], ], });