Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
`],
],
});
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down