File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
packages/docs-gesture-handler Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,12 @@ const config = {
126126 plugins : [
127127 ...[
128128 process . env . NODE_ENV === 'production' && '@docusaurus/plugin-debug' ,
129+ process . env . NODE_ENV === 'production' && [
130+ '@docusaurus/plugin-google-tag-manager' ,
131+ {
132+ containerId : 'GTM-PHF2NKVT' ,
133+ } ,
134+ ] ,
129135 ] . filter ( Boolean ) ,
130136 async function reanimatedDocusaurusPlugin ( context , options ) {
131137 return {
Original file line number Diff line number Diff line change 2424 "@babel/preset-typescript" : " ^7.21.0" ,
2525 "@docusaurus/core" : " 3.7.0" ,
2626 "@docusaurus/plugin-debug" : " 3.7.0" ,
27+ "@docusaurus/plugin-google-tag-manager" : " 3.7.0" ,
2728 "@docusaurus/preset-classic" : " 3.7.0" ,
2829 "@docusaurus/theme-common" : " 3.7.0" ,
2930 "@emotion/react" : " ^11.14.0" ,
You can’t perform that action at this time.
0 commit comments