Skip to content

Commit

Permalink
Feature/front 107 update consent mode (#160)
Browse files Browse the repository at this point in the history
* FRONT-107: added new consent mode

* package update

---------

Co-authored-by: atkachev <[email protected]>
  • Loading branch information
Tkachez and AlexTLyte authored Jul 4, 2024
1 parent 1865f1f commit cd0ac27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ const config = {
'@docusaurus/preset-classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
googleTagManager: {
containerId: 'GTM-NKNPBQ2S',
},
gtag: {
trackingID: 'G-Y5QG48111W'
},
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"docusaurus-json-schema-plugin": "^1.11.0",
"docusaurus-plugin-image-zoom": "^2.0.0",
"markdown-link-check": "^3.11.2",
"neon-web-components": "^1.0.2",
"neon-web-components": "^1.1.2",
"prism-react-renderer": "^2.3.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
Expand Down

0 comments on commit cd0ac27

Please sign in to comment.