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 1cee381 commit 78014b2Copy full SHA for 78014b2
1 file changed
apps/web/app/layout.tsx
@@ -3,6 +3,7 @@ import { Geist } from "next/font/google";
3
import "./globals.css";
4
import Header from "@/components/Header";
5
import Footer from "@/components/Footer";
6
+import Script from "next/script";
7
8
const geist = Geist({ subsets: ["latin"] });
9
@@ -22,6 +23,7 @@ export default function RootLayout({
22
23
<Header />
24
<main className="max-w-7xl mx-auto px-4 py-8">{children}</main>
25
<Footer />
26
+ <Script data-site="e615d01b-b475-4df6-8d72-c6f60acfcf04" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />
27
</body>
28
</html>
29
);
0 commit comments