Skip to content

Commit f19bae0

Browse files
committed
Add Plausible
1 parent 106f5b4 commit f19bae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/_document.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from 'next/document'
33
export default function Document() {
44
return (
55
<Html lang="en">
6-
<Head />
6+
<Head>
7+
<script defer data-domain="heroicgameslauncher.com" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>
8+
</Head>
79
<body>
810
<Main />
911
<NextScript />

0 commit comments

Comments
 (0)