Skip to content

Commit 77c160b

Browse files
committed
docs: add scarf analytics to docs
1 parent 58acca1 commit 77c160b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/pages/_app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ function MyApp({ Component, pageProps }) {
4747
}}
4848
/>
4949
</Head>
50+
{/* eslint-disable-next-line jsx-a11y/alt-text */}
51+
<img src="https://static.scarf.sh/a.png?x-pxid=c03d3ddd-b47e-4e26-a9b2-9df68b2ac970" />
5052
<SearchProvider>
5153
<Component {...pageProps} />
5254
</SearchProvider>

0 commit comments

Comments
 (0)