Skip to content

Commit

Permalink
feat: add umami
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Dec 23, 2024
1 parent 73da443 commit 5f7682e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/util/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ const SEO = ({
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content="/assets/logo/256x.png" />

<script
async
defer
src="https://trk.papermc.io/api/init"
data-website-id="25e9dbc9-fc84-4d4a-af95-82d38c56d2d3"
></script>
</Head>
);
};
Expand Down

0 comments on commit 5f7682e

Please sign in to comment.