mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
website: switch docs analytics to gtag (#20993)
This commit is contained in:
@@ -72,7 +72,7 @@ export default createDocusaurusConfig({
|
||||
"@docusaurus/preset-classic",
|
||||
|
||||
/** @type {PresetOptions} */ ({
|
||||
googleAnalytics: {
|
||||
gtag: {
|
||||
trackingID: "G-9MVR9WZFZH",
|
||||
anonymizeIP: true,
|
||||
},
|
||||
|
||||
@@ -37,7 +37,7 @@ export const DocusaurusExcludePatterns = [
|
||||
|
||||
/** @type {PresetOptions} */
|
||||
const CommonPresetOptions = {
|
||||
googleAnalytics: {
|
||||
gtag: {
|
||||
trackingID: "G-9MVR9WZFZH",
|
||||
anonymizeIP: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user