Added GTAG for Google Analytics

This commit is contained in:
Lucas Oliveira 2024-04-04 00:51:31 +02:00
commit 9120b91fac
3 changed files with 369 additions and 7 deletions

View file

@ -42,6 +42,10 @@ module.exports = {
path: "docs",
// sidebarPath: 'sidebars.js',
},
gtag: {
trackingID: 'G-SLQFLQ3KPT',
anonymizeIP: true,
},
theme: {
customCss: [
require.resolve("@code-hike/mdx/styles.css"),