Skip to content

Commit

Permalink
chore: fix gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 2, 2023
1 parent ea3ba37 commit ccda9f1
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 19 deletions.
8 changes: 5 additions & 3 deletions docs/canary-checker/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const config = {
[
'@docusaurus/preset-classic',
{
googleTagManager: {
containerId: 'GTM-5H2R2N48',
},

theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand All @@ -47,9 +51,7 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
googleTagManager: {
containerId: 'GTM-5H2R2N48',
},

algolia: {
// The application ID provided by Algolia
appId: 'UBMLWJ0MA2',
Expand Down
Loading

0 comments on commit ccda9f1

Please sign in to comment.