Skip to content

Commit

Permalink
Merge branch 'release/6.1.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
SebConejo committed Jan 13, 2025
2 parents 244ebe3 + 768ce31 commit 4d13573
Show file tree
Hide file tree
Showing 4 changed files with 12,889 additions and 1,414 deletions.
15 changes: 10 additions & 5 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const config: Config = {
blog: false,
theme: {
customCss: './src/css/custom.css'
},
gtag: {
trackingID: 'GTM-PDRQLHB',
anonymizeIP: true
}
} satisfies Preset.Options
]
Expand Down Expand Up @@ -141,7 +137,16 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['http', 'json', 'docker', 'tsx']
}
},
plugins: [
[
'vercel-analytics',
{
debug: true,
mode: 'auto'
}
]
]
} satisfies Preset.ThemeConfig
}

Expand Down
Loading

0 comments on commit 4d13573

Please sign in to comment.