Skip to content

Commit 66b3a2c

Browse files
committed
2024.10.30: Re-enable google analytics.
1 parent 2048d6e commit 66b3a2c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emeraldjava.github.io",
3-
"version": "2024.10.29",
3+
"version": "2024.10.30",
44
"scripts": {
55
"dev": "astro dev",
66
"start": "astro dev",
@@ -32,6 +32,7 @@
3232
"@astrojs/tailwind": "^5.1.0",
3333
"@tailwindcss/typography": "^0.5.15",
3434
"@types/github-slugger": "^1.3.0",
35+
"@types/gtag.js": "^0.0.20",
3536
"@types/lodash.kebabcase": "^4.1.9",
3637
"@types/react": "^18.3.6",
3738
"@typescript-eslint/parser": "^8.5.0",

src/layouts/Layout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const structuredData = {
6363
window.dataLayer = window.dataLayer || [];
6464
function gtag(){dataLayer.push(arguments);}
6565
gtag('js', new Date());
66-
6766
gtag('config', 'G-V66JPM85FQ');
6867
</script>
6968

0 commit comments

Comments
 (0)