Skip to content

Commit 7b0e468

Browse files
committed
Fix docusaurus config for GA
1 parent 2c7b755 commit 7b0e468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,12 @@ module.exports = {
155155
presets: [
156156
[
157157
'@docusaurus/preset-classic',
158+
158159
{
159160
gtag: {
160161
trackingID: 'G-TRMBQZRJW7',
161162
anonymizeIP: true,
162163
},
163-
},
164-
{
165164
docs: {
166165
sidebarPath: require.resolve('./sidebars.json'),
167166
// Please change this to your repo.

0 commit comments

Comments
 (0)