File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ module.exports = {
77 organizationName : 'coderoad' ,
88 projectName : 'coderoad.github.io' ,
99 themeConfig : {
10+ themeConfig : {
11+ googleAnalytics : {
12+ trackingID : 'UA-166812953-1' ,
13+ } ,
14+ } ,
1015 navbar : {
1116 title : 'CodeRoad' ,
1217 logo : {
@@ -91,6 +96,7 @@ module.exports = {
9196 plugins : [
9297 [
9398 '@docusaurus/plugin-ideal-image' ,
99+ '@docusaurus/plugin-google-analytics' ,
94100 '@docusaurus/plugin-sitemap' ,
95101 {
96102 cacheTime : 600 * 1000 , // 600 sec - cache purge period
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "@docusaurus/core" : " ^2.0.0-alpha.54" ,
13+ "@docusaurus/plugin-google-analytics" : " ^2.0.0-alpha.37" ,
1314 "@docusaurus/plugin-ideal-image" : " ^2.0.0-alpha.39" ,
1415 "@docusaurus/plugin-sitemap" : " ^2.0.0-alpha.37" ,
1516 "@docusaurus/preset-classic" : " ^2.0.0-alpha.54" ,
You can’t perform that action at this time.
0 commit comments