Skip to content

Commit 78014b2

Browse files
Add CrawlProof stats tracker (#5)
Co-authored-by: crawlproof[bot] <286981042+crawlproof[bot]@users.noreply.github.com>
1 parent 1cee381 commit 78014b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/web/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Geist } from "next/font/google";
33
import "./globals.css";
44
import Header from "@/components/Header";
55
import Footer from "@/components/Footer";
6+
import Script from "next/script";
67

78
const geist = Geist({ subsets: ["latin"] });
89

@@ -22,6 +23,7 @@ export default function RootLayout({
2223
<Header />
2324
<main className="max-w-7xl mx-auto px-4 py-8">{children}</main>
2425
<Footer />
26+
<Script data-site="e615d01b-b475-4df6-8d72-c6f60acfcf04" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />
2527
</body>
2628
</html>
2729
);

0 commit comments

Comments
 (0)