website/docs: re-add gtag (#15334) Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
committed by
GitHub
parent
1c637bc0d1
commit
a8134e26c8
@ -131,6 +131,10 @@ const config = createDocusaurusConfig({
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
gtag: {
|
||||||
|
trackingID: ["G-9MVR9WZFZH"],
|
||||||
|
anonymizeIP: true,
|
||||||
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("@goauthentik/docusaurus-config/css/index.css"),
|
customCss: require.resolve("@goauthentik/docusaurus-config/css/index.css"),
|
||||||
},
|
},
|
||||||
|
|||||||
@ -128,6 +128,10 @@ const config = createDocusaurusConfig({
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
gtag: {
|
||||||
|
trackingID: ["G-9MVR9WZFZH"],
|
||||||
|
anonymizeIP: true,
|
||||||
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("@goauthentik/docusaurus-config/css/index.css"),
|
customCss: require.resolve("@goauthentik/docusaurus-config/css/index.css"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user