Skip to content

Commit

Permalink
feat: add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Aug 22, 2024
1 parent 24ad79f commit 2ca1119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/CV.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const { url, name, author, pageTitle, description, keywordList } = Astro.props;
<meta property='twitter:description' content={description} />
<meta property='twitter:url' content={url} />
<!-- <meta property="twitter:image" content={image} /> -->
<script defer src='https://app.tinyanalytics.io/pixel/OcEmQ4KSdVvYpK8O'></script>
</head>
<body>
<div id='page-wrapper'>
Expand Down

0 comments on commit 2ca1119

Please sign in to comment.