diff --git a/docs/bridge/docusaurus.config.ts b/docs/bridge/docusaurus.config.ts index ac09a6bd5d..e7fbff7146 100644 --- a/docs/bridge/docusaurus.config.ts +++ b/docs/bridge/docusaurus.config.ts @@ -55,12 +55,16 @@ const config: Config = { [ 'classic', { + gtag: { + trackingID: 'G-BBC13LQXBD', + anonymizeIP: true, + }, docs: { sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/synapsecns/sanguine/edit/master/docs/bridge/blog-posts/', + 'https://github.com/synapsecns/sanguine/edit/master/docs/bridge/', docRootComponent: '@theme/DocRoot', docItemComponent: '@theme/ApiItem', // derived from docusaurus-theme-openapi-docs // docItemComponent: '@theme/ApiItem', // derived from docusaurus-theme-openapi-docs