Skip to content

Commit

Permalink
Added GA
Browse files Browse the repository at this point in the history
  • Loading branch information
vishr committed Jul 9, 2023
1 parent de9a0e9 commit d03ef30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-395083206',
anonymizeIP: true,
},
}),
]
],
Expand Down
1 change: 1 addition & 0 deletions website/package-lock.json

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

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
Expand Down
8 changes: 5 additions & 3 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
justify-content: center;
}

.heroTerminal {
width: 50%;
height: auto;
@media screen and (min-width: 997px) {
.heroTerminal {
width: 50%;
height: auto;
}
}

0 comments on commit d03ef30

Please sign in to comment.