Skip to content

Commit 5f7682e

Browse files
committed
feat: add umami
1 parent 73da443 commit 5f7682e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/util/SEO.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ const SEO = ({
3333
<meta property="twitter:title" content={title} />
3434
<meta property="twitter:description" content={description} />
3535
<meta property="twitter:image" content="/assets/logo/256x.png" />
36+
37+
<script
38+
async
39+
defer
40+
src="https://trk.papermc.io/api/init"
41+
data-website-id="25e9dbc9-fc84-4d4a-af95-82d38c56d2d3"
42+
></script>
3643
</Head>
3744
);
3845
};

0 commit comments

Comments
 (0)