docs: add scarf integration (#12739)

This commit is contained in:
Harshal Sheth 2025-02-26 15:12:48 -08:00 committed by GitHub
parent 2c45b119d8
commit d303d03a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ export default function LayoutWrapper(props) {
<SecondNavbar />
{props.children}
</Layout>
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=92db07cf-8934-4b30-857a-3fcfda4c86dd" />
</>
);
}