Skip to content

Commit

Permalink
Added Google Tag Manager plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurial committed Jul 12, 2021
1 parent 2ffe97e commit 4d66303
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ module.exports = {
// Let's use the copyright footer for terms and privacy policy for now
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>`,
},
gtag: {
// You can also use your "G-" Measurement ID here.
trackingID: 'GTM-5NM3NX4',
// Optional fields.
anonymizeIP: false, // Should IPs be anonymized?
},
},
plugins: [
[
Expand All @@ -187,7 +193,7 @@ module.exports = {
min: 640, // min resized image's size. if original is lower, use that size.
steps: 2, // the max number of images generated between min and max (inclusive)
},
],
]
],
presets: [
[
Expand Down

0 comments on commit 4d66303

Please sign in to comment.