Skip to content

Commit f9626f0

Browse files
jesusvalle-lwjsusvalle
andauthored
[PK-3193] - Fix redirect with the Groundlight logo and change the script for Google Analytics (#203)
* Fix redirect with the groundlight logo * Change to gtag --------- Co-authored-by: jsusvalle <“[email protected]”>
1 parent 46e8863 commit f9626f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const config = {
5353
// the second "docs" is the subdir within the repo
5454
// there will be a third one for real URLs. :)
5555
},
56-
googleTagManager: {
57-
containerId: "GTM-5MV4R9FV",
56+
gtag: {
57+
trackingID: 'G-G0XW52NM2K',
5858
},
5959
blog: {
6060
showReadingTime: true,
@@ -108,7 +108,7 @@ const config = {
108108
logo: {
109109
alt: "Groundlight Logo",
110110
src: "img/favicon-32x32.png",
111-
href: "https://code.groundlight.ai/",
111+
href: "/python-sdk/",
112112
},
113113
items: [
114114
{

0 commit comments

Comments
 (0)