Skip to content

Commit b8f2cd9

Browse files
committed
Merge branch 'multiple-improvements'
2 parents 185b64f + 4ba4a07 commit b8f2cd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ const config: Config = {
8383
theme: {
8484
customCss: './src/css/custom.css',
8585
},
86+
gtag: {
87+
trackingID: 'G-4G4NJBHVNF',
88+
anonymizeIP: true,
89+
},
8690
} satisfies Preset.Options,
8791
],
8892
],
@@ -91,7 +95,7 @@ const config: Config = {
9195
[
9296
'docusaurus-plugin-sentry',
9397
{
94-
DSN: 'https://c928d425f7cf44cab41620de8f31fe57@o4508898407481344.ingest.us.sentry.io/4508935235698688',
98+
DSN: 'c928d425f7cf44cab41620de8f31fe57@o4508898407481344.ingest.us.sentry.io/4508935235698688',
9599
allEnvironments: false, // Only enable in production
96100
configuration: {
97101
script: {
@@ -105,10 +109,6 @@ const config: Config = {
105109
themeConfig: {
106110
// Replace with your project's social card
107111
image: 'img/docusaurus-social-card.jpg',
108-
gtag: {
109-
trackingID: 'G-4G4NJBHVNF',
110-
anonymizeIP: true,
111-
},
112112
navbar: {
113113
title: 'MyCoder Docs',
114114
items: [

0 commit comments

Comments
 (0)