Skip to content

Commit 970cc42

Browse files
Add CrawlProof stats tracker
1 parent d0c6752 commit 970cc42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/logicsrc-web/src/app/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { Metadata, Viewport } from "next";
22
import type { ReactNode } from "react";
33
import "../styles.css";
4+
import Script from "next/script";
45

56
export const metadata: Metadata = {
67
title: "LogicSRC",
@@ -18,7 +19,8 @@ export const viewport: Viewport = {
1819
export default function RootLayout({ children }: { children: ReactNode }): ReactNode {
1920
return (
2021
<html lang="en">
21-
<body>{children}</body>
22+
<body>{children} <Script data-site="56a0c760-e6cb-4875-844e-8b8aaa80b59b" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />
23+
</body>
2224
</html>
2325
);
2426
}

0 commit comments

Comments
 (0)