Add Vercel analytics
This commit is contained in:
+2
-1
@@ -2,8 +2,8 @@ import localFont from "next/font/local";
|
||||
import "./globals.css";
|
||||
import Navbar from "./components/Navbar"
|
||||
import Footer from "./components/Footer"
|
||||
import Script from 'next/script'
|
||||
import ChatwootWidget from "./components/ChatwootWidget"
|
||||
import { Analytics } from "@vercel/analytics/react"
|
||||
|
||||
const geistSans = localFont({
|
||||
src: "./fonts/GeistVF.woff",
|
||||
@@ -29,6 +29,7 @@ export default function RootLayout({ children }) {
|
||||
<Navbar />
|
||||
{children}
|
||||
<Footer />
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user