Skip to content

Commit

Permalink
Feat/umami (#47)
Browse files Browse the repository at this point in the history
* feat: add umami

* chore: lint
  • Loading branch information
hidaviddong committed Jun 20, 2024
1 parent 19892d6 commit 1633b58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/+Head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default function HeaderDefault() {
content="Showcasing David Dong's projects, blogs, and contact information."
/>
<meta name="twitter:image" content="https://daviddong.me/og.png" />
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="cd394c16-728f-4cc8-88cc-a17c369439cc"
></script>
</>
);
}

0 comments on commit 1633b58

Please sign in to comment.