mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-08-25 08:05:12 +08:00
chore: add google analytics.
This commit is contained in:
@@ -686,3 +686,12 @@ $ open dist/index.html # 在浏览器打开生成 HTML
|
||||
|
||||
MIT © [Kenny Wong](https://github.com/jaywcjlove)
|
||||
<!--rehype:ignore:end-->
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9MWEWXSDQK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-9MWEWXSDQK');
|
||||
</script>
|
Reference in New Issue
Block a user