Skip to content

Commit

Permalink
2024.10.30: Re-enable google analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Oct 30, 2024
1 parent 2048d6e commit 66b3a2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emeraldjava.github.io",
"version": "2024.10.29",
"version": "2024.10.30",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down Expand Up @@ -32,6 +32,7 @@
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/github-slugger": "^1.3.0",
"@types/gtag.js": "^0.0.20",
"@types/lodash.kebabcase": "^4.1.9",
"@types/react": "^18.3.6",
"@typescript-eslint/parser": "^8.5.0",
Expand Down
1 change: 0 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const structuredData = {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-V66JPM85FQ');
</script>

Expand Down

0 comments on commit 66b3a2c

Please sign in to comment.