Skip to content

Commit 2ca1119

Browse files
committed
feat: add analytics
1 parent 24ad79f commit 2ca1119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/CV.astro

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const { url, name, author, pageTitle, description, keywordList } = Astro.props;
3636
<meta property='twitter:description' content={description} />
3737
<meta property='twitter:url' content={url} />
3838
<!-- <meta property="twitter:image" content={image} /> -->
39+
<script defer src='https://app.tinyanalytics.io/pixel/OcEmQ4KSdVvYpK8O'></script>
3940
</head>
4041
<body>
4142
<div id='page-wrapper'>

0 commit comments

Comments
 (0)