Skip to content

Commit 474f0aa

Browse files
committed
Added google analytics
1 parent baa10b1 commit 474f0aa

3 files changed

Lines changed: 22 additions & 159 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
<html lang="en">
33

44
<head>
5+
6+
<!-- Google tag (gtag.js) -->
7+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MED2RQS20T"></script>
8+
<script>
9+
window.dataLayer = window.dataLayer || [];
10+
function gtag() { dataLayer.push(arguments); }
11+
gtag('js', new Date());
12+
13+
gtag('config', 'G-MED2RQS20T');
14+
</script>
15+
516
<meta charset="UTF-8" />
617
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
718
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint": "^9.8.0",
3838
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3939
"eslint-plugin-react-refresh": "^0.4.9",
40-
"gh-pages": "^6.1.1",
40+
"gh-pages": "^6.3.0",
4141
"globals": "^15.9.0",
4242
"typescript": "^5.5.3",
4343
"typescript-eslint": "^8.0.0",

0 commit comments

Comments
 (0)