Skip to content

Commit 1771d7a

Browse files
authored
feat: replace google analytics to umami
1 parent cdd6268 commit 1771d7a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>阿尔萌 | Armoe Project</title>
99
<script src="https://cdn.armoe.cn/static/js/autoGray.js"></script>
10-
<!-- Google tag (gtag.js) -->
11-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MWKT4QD2W0"></script>
12-
<script>
13-
window.dataLayer = window.dataLayer || []
14-
function gtag() {
15-
dataLayer.push(arguments)
16-
}
17-
gtag('js', new Date())
18-
gtag('config', 'G-MWKT4QD2W0')
19-
</script>
10+
<script async src="https://umami.zhenxin.me/script.js" data-website-id="a799e189-cf7e-4f5a-ac98-71de364f3637"></script>
2011
</head>
2112

2213
<body>

0 commit comments

Comments
 (0)