We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106f5b4 commit f19bae0Copy full SHA for f19bae0
pages/_document.tsx
@@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from 'next/document'
3
export default function Document() {
4
return (
5
<Html lang="en">
6
- <Head />
+ <Head>
7
+ <script defer data-domain="heroicgameslauncher.com" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>
8
+ </Head>
9
<body>
10
<Main />
11
<NextScript />
0 commit comments