Add Google spyware, improve map
This commit is contained in:
@@ -3,7 +3,10 @@ import "./globals.css";
|
||||
import Navbar from "./components/Navbar"
|
||||
import Footer from "./components/Footer"
|
||||
import ChatwootWidget from "./components/ChatwootWidget"
|
||||
|
||||
// Add spyware
|
||||
import { Analytics } from "@vercel/analytics/react"
|
||||
import { GoogleAnalytics } from '@next/third-parties/google'
|
||||
|
||||
const geistSans = localFont({
|
||||
src: "./fonts/GeistVF.woff",
|
||||
@@ -30,6 +33,7 @@ export default function RootLayout({ children }) {
|
||||
{children}
|
||||
<Footer />
|
||||
<Analytics />
|
||||
<GoogleAnalytics gaId="G-TN7ZL1Y4CC" />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user