Skip to content

Commit e489c3a

Browse files
authored
Merge pull request cardano-foundation#114 from cardano-foundation/staging
Google Tag Manager plugin deployment
2 parents c62ab3a + f70a1db commit e489c3a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ module.exports = {
177177
// Let's use the copyright footer for terms and privacy policy for now
178178
copyright: `<a href="https://cardanofoundation.org/en/terms-and-conditions" target="_blank" rel="noopener noreferrer" class="footer__link-item">Terms</a> | <a href="https://cardanofoundation.org/en/privacy" target="_blank" rel="noopener noreferrer" class="footer__link-item"">Privacy Policy</a>`,
179179
},
180+
gtag: {
181+
// You can also use your "G-" Measurement ID here.
182+
trackingID: 'GTM-5NM3NX4',
183+
// Optional fields.
184+
anonymizeIP: false, // Should IPs be anonymized?
185+
},
180186
},
181187
plugins: [
182188
[
@@ -187,7 +193,7 @@ module.exports = {
187193
min: 640, // min resized image's size. if original is lower, use that size.
188194
steps: 2, // the max number of images generated between min and max (inclusive)
189195
},
190-
],
196+
]
191197
],
192198
presets: [
193199
[

0 commit comments

Comments
 (0)