Skip to content

Commit

Permalink
fix gtag
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
  • Loading branch information
rohityadavcloud committed Nov 2, 2023
1 parent 320cb6a commit ac08533
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ const config = {
[
'classic',
/** @type {import('@docusaurus/preset-classic').Options} */
{
gtag: {
trackingID: 'G-C6LSEE58JB',
anonymizeIP: true,
},
},
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
Expand All @@ -62,6 +56,10 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-C6LSEE58JB',
anonymizeIP: true,
},
}),
],
],
Expand Down

0 comments on commit ac08533

Please sign in to comment.