diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index eae2d5609..e3b03f768 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -81,6 +81,11 @@ const config = { theme: { customCss: require.resolve("./src/styles/main.scss"), }, + // GTM is always inactive in development and only active in production to avoid polluting the analytics statistics. + // Will Replace container ID later once already create + googleTagManager: { + containerId: "GTM-12345", + }, // Will be passed to @docusaurus/plugin-content-pages (false to disable) // pages: {}, }),