website: switch docs analytics to gtag (#20993)

This commit is contained in:
Dominic R
2026-03-19 11:39:58 -04:00
committed by GitHub
parent 763f7f9e64
commit 545b1e8f19
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ export default createDocusaurusConfig({
"@docusaurus/preset-classic",
/** @type {PresetOptions} */ ({
googleAnalytics: {
gtag: {
trackingID: "G-9MVR9WZFZH",
anonymizeIP: true,
},

View File

@@ -37,7 +37,7 @@ export const DocusaurusExcludePatterns = [
/** @type {PresetOptions} */
const CommonPresetOptions = {
googleAnalytics: {
gtag: {
trackingID: "G-9MVR9WZFZH",
anonymizeIP: true,
},