We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0decce commit da57d3eCopy full SHA for da57d3e
1 file changed
pages/_document.js
@@ -18,6 +18,7 @@ class MyDocument extends Document {
18
<body className="bg-white">
19
<Main />
20
<NextScript />
21
+ <script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
22
</body>
23
</Html>
24
)
0 commit comments