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 = {
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 : [
You can’t perform that action at this time.
0 commit comments