diff --git a/.vitepress/config.mts b/.vitepress/config.mts index fbedba6..73ae605 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -41,5 +41,14 @@ export default defineConfig({ }, ignoreDeadLinks: [ /^http:\/\/localhost/ - ] + ], + head: [ + ['script', { src: 'https://www.googletagmanager.com/gtag/js?id=G-DR0S8XWFFC', async: '' }], + ['script', {}, ` + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'G-DR0S8XWFFC'); + `], + ], }); diff --git a/index.md b/index.md index b2df780..61ecf79 100644 --- a/index.md +++ b/index.md @@ -21,7 +21,7 @@ hero: features: - icon: 🧩 - title: Modular Code Generation + title: Modular Code Generator details: Generate only what you need, when you need, nothing more. - icon: 🛡️ title: Clean & Hexagonal Architecture