File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ const config: Config = {
83
83
theme : {
84
84
customCss : './src/css/custom.css' ,
85
85
} ,
86
+ gtag : {
87
+ trackingID : 'G-4G4NJBHVNF' ,
88
+ anonymizeIP : true ,
89
+ } ,
86
90
} satisfies Preset . Options ,
87
91
] ,
88
92
] ,
@@ -91,7 +95,7 @@ const config: Config = {
91
95
[
92
96
'docusaurus-plugin-sentry' ,
93
97
{
94
- DSN : 'https:// c928d425f7cf44cab41620de8f31fe57@o4508898407481344.ingest.us.sentry.io/4508935235698688' ,
98
+ DSN : 'c928d425f7cf44cab41620de8f31fe57@o4508898407481344.ingest.us.sentry.io/4508935235698688' ,
95
99
allEnvironments : false , // Only enable in production
96
100
configuration : {
97
101
script : {
@@ -105,10 +109,6 @@ const config: Config = {
105
109
themeConfig : {
106
110
// Replace with your project's social card
107
111
image : 'img/docusaurus-social-card.jpg' ,
108
- gtag : {
109
- trackingID : 'G-4G4NJBHVNF' ,
110
- anonymizeIP : true ,
111
- } ,
112
112
navbar : {
113
113
title : 'MyCoder Docs' ,
114
114
items : [
You can’t perform that action at this time.
0 commit comments